diff options
author | 2012-06-05 18:53:39 +0000 | |
---|---|---|
committer | 2012-06-05 18:53:39 +0000 | |
commit | cfd668215e0bd9bae4efd21702647532d3b8b859 (patch) | |
tree | 59876b4d8a8be0dbfaf9cd08bc247843a9dc7ef5 /app-shells/fish | |
parent | use new doicon functionality (diff) | |
download | gentoo-2-cfd668215e0bd9bae4efd21702647532d3b8b859.tar.gz gentoo-2-cfd668215e0bd9bae4efd21702647532d3b8b859.tar.bz2 gentoo-2-cfd668215e0bd9bae4efd21702647532d3b8b859.zip |
ppc stable (bug 419725)
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/fish')
-rw-r--r-- | app-shells/fish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/fish/fish-1.23.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 7949ea27776f..721e9340866f 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/fish # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.52 2012/06/05 10:29:41 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.53 2012/06/05 18:53:39 xmw Exp $ + + 05 Jun 2012; Michael Weber <xmw@gentoo.org> fish-1.23.1-r2.ebuild: + ppc stable (bug 419725) 05 Jun 2012; Markos Chandras <hwoarang@gentoo.org> fish-1.23.1-r2.ebuild: Stable on amd64 wrt bug #419725 diff --git a/app-shells/fish/fish-1.23.1-r2.ebuild b/app-shells/fish/fish-1.23.1-r2.ebuild index 50be71f342d2..5d6de74ef2fd 100644 --- a/app-shells/fish/fish-1.23.1-r2.ebuild +++ b/app-shells/fish/fish-1.23.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.1-r2.ebuild,v 1.2 2012/06/05 10:29:41 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.1-r2.ebuild,v 1.3 2012/06/05 18:53:39 xmw Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://fishshell.com/files/${PV}/${P}.tar.bz2" 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 vanilla" DEPEND="sys-libs/ncurses |