diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-05 19:24:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-05 19:24:42 +0000 |
commit | 6789b8c8ea430eca6401a76caa87ce1b72a49177 (patch) | |
tree | 22d0e10d446e1c49fcf220e92ab155e4132ad979 /app-shells | |
parent | Stable for x86, wrt bug #482394 (diff) | |
download | gentoo-2-6789b8c8ea430eca6401a76caa87ce1b72a49177.tar.gz gentoo-2-6789b8c8ea430eca6401a76caa87ce1b72a49177.tar.bz2 gentoo-2-6789b8c8ea430eca6401a76caa87ce1b72a49177.zip |
Stable for x86, wrt bug #480226
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 76cb0406bb71..4a38f95e584d 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.58 2013/09/04 07:57:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.59 2013/09/05 19:24:42 ago Exp $ + + 05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fish-2.0.0.ebuild: + Stable for x86, wrt bug #480226 04 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fish-2.0.0.ebuild: Stable for ppc, wrt bug #480226 diff --git a/app-shells/fish/fish-2.0.0.ebuild b/app-shells/fish/fish-2.0.0.ebuild index dc8622349146..d52e66580067 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.3 2013/09/04 07:57:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.0.0.ebuild,v 1.4 2013/09/05 19:24:42 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 |