diff options
author | Jason Wever <weeve@gentoo.org> | 2003-07-15 01:13:32 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-07-15 01:13:32 +0000 |
commit | ef5de22ac1dc897a75c1831a62fac8cdc7a669c7 (patch) | |
tree | 028e29e496bc8c51d1771b873840081f4905e6f0 /net-ftp | |
parent | Changed the website URL to point to the new (temporary) spot (diff) | |
download | gentoo-2-ef5de22ac1dc897a75c1831a62fac8cdc7a669c7.tar.gz gentoo-2-ef5de22ac1dc897a75c1831a62fac8cdc7a669c7.tar.bz2 gentoo-2-ef5de22ac1dc897a75c1831a62fac8cdc7a669c7.zip |
Changed -sparc keyword to sparc to fix bug #24477
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/lftp/Manifest | 8 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-2.6.5.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index cdcc769d5a6f..ae4f946d0499 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/lftp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.26 2003/06/28 00:01:25 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.27 2003/07/15 01:13:26 weeve Exp $ + + 14 Jul 2003; Jason Wever <weeve@gentoo.org> lftp-2.6.5.ebuild: + Changed -sparc keyword to sparc to fix bug #24477 28 Jun 2003; Tavis Ormandy <taviso@gentoo.org> lftp-2.6.5.ebuild: 2.6.5 stable on alpha. diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest index 8c5daca48e3d..dac7643174ff 100644 --- a/net-ftp/lftp/Manifest +++ b/net-ftp/lftp/Manifest @@ -1,9 +1,9 @@ -MD5 f727572af305b17b0063c5c69add2d48 lftp-2.6.4.ebuild 1410 -MD5 bfdf1a776e72914ba414594dd6df7bed lftp-2.6.3.ebuild 1430 +MD5 a6c5ab568f99b8a8254ba5ec187e903a ChangeLog 4476 MD5 ef5a1bde05cd2a74983aa8c7e9cbed7a lftp-2.5.4-r1.ebuild 1237 -MD5 d6eb442d3a25f78b5fbe501b8902735d lftp-2.6.5.ebuild 1764 MD5 c1d515d7e93351a1081f865c13127b5a lftp-2.6.2.ebuild 1607 -MD5 9e396ccca879c7ff0ce3be826799fb00 ChangeLog 4359 +MD5 383e3ccd02f528d8f5b452130adfa46a lftp-2.6.3.ebuild 1425 +MD5 f727572af305b17b0063c5c69add2d48 lftp-2.6.4.ebuild 1410 +MD5 42befc4ad7cd2089eb1ae0e1f5f4630b lftp-2.6.5.ebuild 1761 MD5 096d8792a2b0989e03d9a39f8f5a2495 files/configure-lftp-2.6.2.diff 717 MD5 b39ba922d0d3b3f4a352d25f38d88364 files/digest-lftp-2.5.4-r1 64 MD5 f2a4efd6f8acc770b7e2603e9340d0e9 files/digest-lftp-2.6.2 64 diff --git a/net-ftp/lftp/lftp-2.6.5.ebuild b/net-ftp/lftp/lftp-2.6.5.ebuild index 85142cf34214..dd6297cd909b 100644 --- a/net-ftp/lftp/lftp-2.6.5.ebuild +++ b/net-ftp/lftp/lftp-2.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.5.ebuild,v 1.5 2003/07/13 11:55:51 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.5.ebuild,v 1.6 2003/07/15 01:13:26 weeve Exp $ inherit eutils @@ -18,7 +18,7 @@ DEPEND=">=sys-libs/ncurses-5.1 RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc alpha" +KEYWORDS="x86 -ppc sparc alpha" |