diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-12-16 11:25:27 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-12-16 11:25:27 +0000 |
commit | 91d052e0dfb4727fbee793ac3c957df90282960b (patch) | |
tree | d515e0c5fce7605339df474d7d5cffb3c02e80cd /mail-client/kbiff | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-91d052e0dfb4727fbee793ac3c957df90282960b.tar.gz gentoo-2-91d052e0dfb4727fbee793ac3c957df90282960b.tar.bz2 gentoo-2-91d052e0dfb4727fbee793ac3c957df90282960b.zip |
Stable on x86.
Diffstat (limited to 'mail-client/kbiff')
-rw-r--r-- | mail-client/kbiff/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/kbiff/kbiff-3.7.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/mail-client/kbiff/ChangeLog b/mail-client/kbiff/ChangeLog index e428c545bb02..613beac1f375 100644 --- a/mail-client/kbiff/ChangeLog +++ b/mail-client/kbiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/kbiff # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/kbiff/ChangeLog,v 1.11 2004/12/06 15:15:59 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/kbiff/ChangeLog,v 1.12 2004/12/16 11:25:27 motaboy Exp $ + + 16 Dec 2004; Simone Gotti <motaboy@gentoo.org> kbiff-3.7.1.ebuild: + Stable on x86. 06 Dec 2004; Andrej Kacian <ticho@gentoo.org> kbiff-3.7.1.ebuild, kbiff-3.7.ebuild: diff --git a/mail-client/kbiff/kbiff-3.7.1.ebuild b/mail-client/kbiff/kbiff-3.7.1.ebuild index 6e3c2023125e..6cbafece2889 100644 --- a/mail-client/kbiff/kbiff-3.7.1.ebuild +++ b/mail-client/kbiff/kbiff-3.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/kbiff/kbiff-3.7.1.ebuild,v 1.2 2004/12/06 15:15:59 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/kbiff/kbiff-3.7.1.ebuild,v 1.3 2004/12/16 11:25:27 motaboy Exp $ inherit kde eutils @@ -10,7 +10,7 @@ SRC_URI="http://devel-home.kde.org/~granroth/${PN}/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="x86 ~sparc ~ppc ~amd64" IUSE="" DEPEND=">=kde-base/kdebase-3" @@ -20,4 +20,4 @@ src_unpack() { kde_src_unpack use arts || epatch ${FILESDIR}/${P}-configure-arts.patch -}
\ No newline at end of file +} |