diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-15 13:34:20 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-15 13:34:20 +0000 |
commit | fd024f5965a7a12c4a5c24c4015c22364b99e5c9 (patch) | |
tree | c38ac69f3ac0629923b96a6706d923a462ccda93 /net-ftp/kftpgrabber | |
parent | Dep fixes (diff) | |
download | historical-fd024f5965a7a12c4a5c24c4015c22364b99e5c9.tar.gz historical-fd024f5965a7a12c4a5c24c4015c22364b99e5c9.tar.bz2 historical-fd024f5965a7a12c4a5c24c4015c22364b99e5c9.zip |
Stable on x86.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-ftp/kftpgrabber')
-rw-r--r-- | net-ftp/kftpgrabber/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/kftpgrabber/kftpgrabber-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/kftpgrabber/ChangeLog b/net-ftp/kftpgrabber/ChangeLog index d603370b2691..a4086f23499b 100644 --- a/net-ftp/kftpgrabber/ChangeLog +++ b/net-ftp/kftpgrabber/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/kftpgrabber # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/kftpgrabber/ChangeLog,v 1.4 2005/05/27 14:13:20 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/kftpgrabber/ChangeLog,v 1.5 2005/07/15 13:34:20 greg_g Exp $ + + 15 Jul 2005; Gregorio Guidi <greg_g@gentoo.org> kftpgrabber-0.6.0.ebuild: + Stable on x86. *kftpgrabber-0.6.0 (27 May 2005) diff --git a/net-ftp/kftpgrabber/kftpgrabber-0.6.0.ebuild b/net-ftp/kftpgrabber/kftpgrabber-0.6.0.ebuild index 4161c892fc5e..6a87aa382b23 100644 --- a/net-ftp/kftpgrabber/kftpgrabber-0.6.0.ebuild +++ b/net-ftp/kftpgrabber/kftpgrabber-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/kftpgrabber/kftpgrabber-0.6.0.ebuild,v 1.1 2005/05/27 14:13:20 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/kftpgrabber/kftpgrabber-0.6.0.ebuild,v 1.2 2005/07/15 13:34:20 greg_g Exp $ inherit kde @@ -10,7 +10,7 @@ SRC_URI="http://kftpgrabber.sourceforge.net/releases/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc" +KEYWORDS="~amd64 ~sparc x86" IUSE="" DEPEND="dev-libs/openssl" |