diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-03 09:39:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-03 09:39:31 +0000 |
commit | d92928e07e9325480c7dfd25d6e741536cbde6a7 (patch) | |
tree | 22442e982a3d2769109d516120565c77315b9737 /app-shells | |
parent | Stable for amd64, wrt bug #483416 (diff) | |
download | gentoo-2-d92928e07e9325480c7dfd25d6e741536cbde6a7.tar.gz gentoo-2-d92928e07e9325480c7dfd25d6e741536cbde6a7.tar.bz2 gentoo-2-d92928e07e9325480c7dfd25d6e741536cbde6a7.zip |
Stable for amd64, wrt bug #480226
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 254c4d648736..15627654e9cd 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.56 2013/07/08 20:29:07 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.57 2013/09/03 09:39:31 ago Exp $ + + 03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fish-2.0.0.ebuild: + Stable for amd64, wrt bug #480226 *fish-2.0.0 (08 Jul 2013) diff --git a/app-shells/fish/fish-2.0.0.ebuild b/app-shells/fish/fish-2.0.0.ebuild index cf49112fcf69..4d968881c29c 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.1 2013/07/08 20:29:07 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.0.0.ebuild,v 1.2 2013/09/03 09:39:31 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 |