diff options
author | Jason Wever <weeve@gentoo.org> | 2003-03-24 02:02:37 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-03-24 02:02:37 +0000 |
commit | 99e4c07b98b5d051aeba06a638342ebf870ec2ac (patch) | |
tree | 6b792b37ef9ae38cbdfd9afddc8072d393f07e12 /net-ftp | |
parent | tweak (diff) | |
download | gentoo-2-99e4c07b98b5d051aeba06a638342ebf870ec2ac.tar.gz gentoo-2-99e4c07b98b5d051aeba06a638342ebf870ec2ac.tar.bz2 gentoo-2-99e4c07b98b5d051aeba06a638342ebf870ec2ac.zip |
Marked all lftp ebuilds as -sparc.
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-2.5.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 525f8575aafc..3ecd9d442ede 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,6 @@ # 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.21 2003/03/13 22:43:22 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.22 2003/03/24 02:02:37 weeve Exp $ 06 March 2003; Jon Portnoy <avenj@gentoo.org> lftp-2.6.4.ebuild : Fixed SRC_URI. @@ -73,6 +73,10 @@ *lftp-2.5.4-r1 (05 Jul 2002) + 23 Mar 2003; Jason Wever <weeve@gentoo.org> lftp-2.5.4-r1.ebuild: + Marked all lftp ebuilds as -sparc as compilation fails. Needs to be futher + investigated. + 04 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> lftp-2.5.4-r1.ebuild : Added ppc to KEYWORDS. diff --git a/net-ftp/lftp/lftp-2.5.4-r1.ebuild b/net-ftp/lftp/lftp-2.5.4-r1.ebuild index 1959b2f7b1bf..b2d0c2616964 100644 --- a/net-ftp/lftp/lftp-2.5.4-r1.ebuild +++ b/net-ftp/lftp/lftp-2.5.4-r1.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.5.4-r1.ebuild,v 1.9 2003/02/13 14:04:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.5.4-r1.ebuild,v 1.10 2003/03/24 02:02:37 weeve Exp $ IUSE="ssl nls" @@ -16,7 +16,7 @@ RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc -sparc " src_compile() { |