diff options
-rw-r--r-- | app-shells/fish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/fish/fish-1.22.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 1aad0da8d3fe..9e7ea0947883 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.30 2007/01/24 03:52:45 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.31 2007/02/04 18:49:31 beandog Exp $ + + 04 Feb 2007; Steve Dibb <beandog@gentoo.org> fish-1.22.1.ebuild: + amd64 stable, bug 151899 24 Jan 2007; Marius Mauch <genone@gentoo.org> fish-1.21.8.ebuild, fish-1.21.12.ebuild, fish-1.22.1.ebuild, fish-1.22.2.ebuild: diff --git a/app-shells/fish/fish-1.22.1.ebuild b/app-shells/fish/fish-1.22.1.ebuild index 0b692813363b..c8ff88bb62e0 100644 --- a/app-shells/fish/fish-1.22.1.ebuild +++ b/app-shells/fish/fish-1.22.1.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.1.ebuild,v 1.4 2007/01/24 03:52:45 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.22.1.ebuild,v 1.5 2007/02/04 18:49:31 beandog 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 |