diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-17 14:04:01 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-17 14:04:01 +0000 |
commit | 54625e2f48042bbb1e5b72ee82eb69a3b3227b57 (patch) | |
tree | 1ec94856cf2f3bbef72e2eaf1aa7f1af07b52437 /net-ftp/yafc | |
parent | Add multilib to IUSE, fixes bug #182123, thanks to jakub for reporting. (diff) | |
download | gentoo-2-54625e2f48042bbb1e5b72ee82eb69a3b3227b57.tar.gz gentoo-2-54625e2f48042bbb1e5b72ee82eb69a3b3227b57.tar.bz2 gentoo-2-54625e2f48042bbb1e5b72ee82eb69a3b3227b57.zip |
Stable on amd64 wrt bug 173646
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'net-ftp/yafc')
-rw-r--r-- | net-ftp/yafc/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/yafc/yafc-1.1.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/yafc/ChangeLog b/net-ftp/yafc/ChangeLog index 5b36ef3f3fa4..632da72abd54 100644 --- a/net-ftp/yafc/ChangeLog +++ b/net-ftp/yafc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/yafc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.29 2007/05/15 14:03:32 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.30 2007/06/17 14:04:01 angelos Exp $ + + 17 Jun 2007; Christoph Mende <angelos@gentoo.org> yafc-1.1.1-r1.ebuild: + Stable on amd64 wrt bug 173646 15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/net-ftp/yafc/yafc-1.1.1-r1.ebuild b/net-ftp/yafc/yafc-1.1.1-r1.ebuild index 1ab7adf6bf09..b1d7d6858907 100644 --- a/net-ftp/yafc/yafc-1.1.1-r1.ebuild +++ b/net-ftp/yafc/yafc-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild,v 1.2 2007/04/07 16:50:38 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild,v 1.3 2007/06/17 14:04:01 angelos Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/yafc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc ~x86" +KEYWORDS="amd64 ppc ~sparc ~x86" IUSE="readline kerberos socks5" DEPEND="readline? ( >=sys-libs/readline-4.1-r4 ) |