diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-11-02 13:00:53 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-11-02 13:00:53 +0000 |
commit | 3091143113c1467b6d7789c8089d80252a859c47 (patch) | |
tree | 839a1ac71e9f901e9c5d6335c71fecf0470544b1 /net-ftp/yafc | |
parent | Fix SRC_URI and version bump (bug #110958). Pruning old ebuild. (diff) | |
download | gentoo-2-3091143113c1467b6d7789c8089d80252a859c47.tar.gz gentoo-2-3091143113c1467b6d7789c8089d80252a859c47.tar.bz2 gentoo-2-3091143113c1467b6d7789c8089d80252a859c47.zip |
Stable on sparc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-ftp/yafc')
-rw-r--r-- | net-ftp/yafc/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/yafc/yafc-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/yafc/ChangeLog b/net-ftp/yafc/ChangeLog index 3ad38fdff985..99ba63be52c6 100644 --- a/net-ftp/yafc/ChangeLog +++ b/net-ftp/yafc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/yafc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.16 2005/11/01 20:24:36 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.17 2005/11/02 13:00:53 gustavoz Exp $ + + 02 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> yafc-1.1.ebuild: + Stable on sparc 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> yafc-1.1.ebuild: Stable on x86. Bug 111171. diff --git a/net-ftp/yafc/yafc-1.1.ebuild b/net-ftp/yafc/yafc-1.1.ebuild index 57c937d4b02b..bffacea195c4 100644 --- a/net-ftp/yafc/yafc-1.1.ebuild +++ b/net-ftp/yafc/yafc-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.ebuild,v 1.5 2005/11/01 20:24:36 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.ebuild,v 1.6 2005/11/02 13:00:53 gustavoz Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/yafc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc amd64" +KEYWORDS="x86 ~ppc sparc amd64" IUSE="readline" DEPEND="readline? ( >=sys-libs/readline-4.1-r4 )" |