diff options
author | 2013-09-04 07:57:10 +0000 | |
---|---|---|
committer | 2013-09-04 07:57:10 +0000 | |
commit | 5f628be3ffea41795f963fd10d5d99a8791877eb (patch) | |
tree | eb43f977a2c5ea0e73d54e7ea118a21e6748a9f3 /app-shells | |
parent | Stable for ppc, wrt bug #479616 (diff) | |
download | gentoo-2-5f628be3ffea41795f963fd10d5d99a8791877eb.tar.gz gentoo-2-5f628be3ffea41795f963fd10d5d99a8791877eb.tar.bz2 gentoo-2-5f628be3ffea41795f963fd10d5d99a8791877eb.zip |
Stable for ppc, wrt bug #480226
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/fish/fish-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 15627654e9cd..76cb0406bb71 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/fish # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.57 2013/09/03 09:39:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.58 2013/09/04 07:57:10 ago Exp $ + + 04 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fish-2.0.0.ebuild: + Stable for ppc, wrt bug #480226 03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fish-2.0.0.ebuild: Stable for amd64, wrt bug #480226 diff --git a/app-shells/fish/fish-2.0.0.ebuild b/app-shells/fish/fish-2.0.0.ebuild index 4d968881c29c..dc8622349146 100644 --- a/app-shells/fish/fish-2.0.0.ebuild +++ b/app-shells/fish/fish-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.0.0.ebuild,v 1.2 2013/09/03 09:39:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.0.0.ebuild,v 1.3 2013/09/04 07:57:10 ago Exp $ EAPI=5 @@ -12,7 +12,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 |