diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/fish/fish-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 11fc394cd71f..2ba4173abf84 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/fish # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.71 2014/11/18 10:04:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.72 2014/12/03 09:57:17 ago Exp $ + + 03 Dec 2014; Agostino Sarubbo <ago@gentoo.org> fish-2.1.1.ebuild: + Stable for ppc, wrt bug #509044 18 Nov 2014; Agostino Sarubbo <ago@gentoo.org> fish-2.1.1.ebuild: Stable for x86, wrt bug #509044 diff --git a/app-shells/fish/fish-2.1.1.ebuild b/app-shells/fish/fish-2.1.1.ebuild index 37705ca2d6a1..e086de0d5c49 100644 --- a/app-shells/fish/fish-2.1.1.ebuild +++ b/app-shells/fish/fish-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.1.1.ebuild,v 1.3 2014/11/18 10:04:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.1.1.ebuild,v 1.4 2014/12/03 09:57:17 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://fishshell.com/files/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="X" DEPEND="sys-libs/ncurses |