diff options
Diffstat (limited to 'net-ftp/yafc')
-rw-r--r-- | net-ftp/yafc/yafc-0.7.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/yafc/yafc-0.7.9.ebuild b/net-ftp/yafc/yafc-0.7.9.ebuild index e87915dce937..e9e5ade23de3 100644 --- a/net-ftp/yafc/yafc-0.7.9.ebuild +++ b/net-ftp/yafc/yafc-0.7.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-0.7.9.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-0.7.9.ebuild,v 1.3 2002/08/16 14:24:50 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Console ftp client with a lot of nifty features" @@ -12,7 +12,7 @@ RDEPEND=">=net-misc/openssh-3.0" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { use readline || myconf="--without-readline" |