diff options
author | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-10-09 21:48:11 +0000 |
---|---|---|
committer | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-10-09 21:48:11 +0000 |
commit | 297b755e9f1b4a96de56e6590a1ef13d468cd7f6 (patch) | |
tree | 5462eca456be809ead6b97c1f068d654e05f98ee /net-ftp/kftpgrabber | |
parent | Fixing making of lgeneral.po. Bug #146602 (diff) | |
download | gentoo-2-297b755e9f1b4a96de56e6590a1ef13d468cd7f6.tar.gz gentoo-2-297b755e9f1b4a96de56e6590a1ef13d468cd7f6.tar.bz2 gentoo-2-297b755e9f1b4a96de56e6590a1ef13d468cd7f6.zip |
Removed unnecessary lines.
(Portage version: 2.1.1)
Diffstat (limited to 'net-ftp/kftpgrabber')
-rw-r--r-- | net-ftp/kftpgrabber/ChangeLog | 7 | ||||
-rw-r--r-- | net-ftp/kftpgrabber/kftpgrabber-0.8.0_alpha2.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-ftp/kftpgrabber/ChangeLog b/net-ftp/kftpgrabber/ChangeLog index e06ba2bf46fc..638328edac83 100644 --- a/net-ftp/kftpgrabber/ChangeLog +++ b/net-ftp/kftpgrabber/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-ftp/kftpgrabber # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/kftpgrabber/ChangeLog,v 1.10 2006/10/09 20:33:09 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/kftpgrabber/ChangeLog,v 1.11 2006/10/09 21:48:11 deathwing00 Exp $ + + 09 Oct 2006; Ioannis Aslanidis <deathwing00@gentoo.org> + kftpgrabber-0.8.0_alpha2.ebuild: + Upstream confirmed that there are no optional dependencies for this package. + Removed unnecessary lines. *kftpgrabber-0.8.0_alpha2 (09 Oct 2006) diff --git a/net-ftp/kftpgrabber/kftpgrabber-0.8.0_alpha2.ebuild b/net-ftp/kftpgrabber/kftpgrabber-0.8.0_alpha2.ebuild index c89026b09b04..8ad3f4150454 100644 --- a/net-ftp/kftpgrabber/kftpgrabber-0.8.0_alpha2.ebuild +++ b/net-ftp/kftpgrabber/kftpgrabber-0.8.0_alpha2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/kftpgrabber/kftpgrabber-0.8.0_alpha2.ebuild,v 1.1 2006/10/09 20:33:09 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/kftpgrabber/kftpgrabber-0.8.0_alpha2.ebuild,v 1.2 2006/10/09 21:48:11 deathwing00 Exp $ inherit kde eutils @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86" IUSE="qsa howl" DEPEND="dev-libs/openssl" - #qsa? ( >=dev-libs/qsa-1.1.0 ) RDEPEND="${DEPEND}" |