diff options
-rw-r--r-- | app-shells/fish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/fish/fish-1.22.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 571161350d0e..185664772642 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/fish # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.28 2007/01/18 23:27:19 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.29 2007/01/20 14:26:11 nixnut Exp $ + + 20 Jan 2007; nixnut <nixnut@gentoo.org> fish-1.22.2.ebuild: + Stable on ppc wrt bug 151899 18 Jan 2007; Christian Faulhammer <opfer@gentoo.org> fish-1.22.1.ebuild: stable x86, bug #151899 diff --git a/app-shells/fish/fish-1.22.2.ebuild b/app-shells/fish/fish-1.22.2.ebuild index 63cbde7c1da4..f62ef7f80930 100644 --- a/app-shells/fish/fish-1.22.2.ebuild +++ b/app-shells/fish/fish-1.22.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.22.2.ebuild,v 1.1 2007/01/18 15:56:29 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.22.2.ebuild,v 1.2 2007/01/20 14:26:11 nixnut Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://fishshell.org/" SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="doc X" RDEPEND="sys-libs/ncurses sys-devel/bc |