diff options
author | Jon Nall <nall@gentoo.org> | 2003-02-03 20:40:33 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2003-02-03 20:40:33 +0000 |
commit | 12139daf8769358f98e0d6311b213ea34603db58 (patch) | |
tree | 35c4dd18397da88ac0601a01b1cb95056146ae37 /net-ftp/yafc | |
parent | added ~ppc (diff) | |
download | historical-12139daf8769358f98e0d6311b213ea34603db58.tar.gz historical-12139daf8769358f98e0d6311b213ea34603db58.tar.bz2 historical-12139daf8769358f98e0d6311b213ea34603db58.zip |
added ~ppc
Diffstat (limited to 'net-ftp/yafc')
-rw-r--r-- | net-ftp/yafc/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/yafc/yafc-0.7.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-ftp/yafc/ChangeLog b/net-ftp/yafc/ChangeLog index 917191ee89a3..a5986a89e6d9 100644 --- a/net-ftp/yafc/ChangeLog +++ b/net-ftp/yafc/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for net-ftp/yafc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.5 2002/12/13 10:59:56 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.6 2003/02/03 20:40:33 nall Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *yafc-0.7.10 (10 Oct 2002) + + 03 Feb 2003; Jon Nall <nall@gentoo.org>) yafc-0.7.10.ebuild : + added ~ppc + 10 Oct 2002; Jack Morgan <jmorgan@gentoo.org> : Updated version number to fix an issue with sparc64 diff --git a/net-ftp/yafc/yafc-0.7.10.ebuild b/net-ftp/yafc/yafc-0.7.10.ebuild index 57f7aa817cab..cb1bb2c6d4f3 100644 --- a/net-ftp/yafc/yafc-0.7.10.ebuild +++ b/net-ftp/yafc/yafc-0.7.10.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.10.ebuild,v 1.2 2002/12/09 04:33:12 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-0.7.10.ebuild,v 1.3 2003/02/03 20:40:33 nall Exp $ IUSE="readline" @@ -14,7 +14,7 @@ RDEPEND=">=net-misc/openssh-3.0" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc ~ppc" src_compile() { use readline || myconf="--without-readline" |