diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-18 10:04:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-18 10:04:16 +0000 |
commit | f5adee426ed45fcc1d34c3f066b90e4e1432ca5d (patch) | |
tree | 1a54751232e09ebe716e5651a3b47a86bb16eb54 /app-shells | |
parent | Stable for amd64, wrt bug #480474 (diff) | |
download | gentoo-2-f5adee426ed45fcc1d34c3f066b90e4e1432ca5d.tar.gz gentoo-2-f5adee426ed45fcc1d34c3f066b90e4e1432ca5d.tar.bz2 gentoo-2-f5adee426ed45fcc1d34c3f066b90e4e1432ca5d.zip |
Stable for amd64, wrt bug #509044
(Portage version: 2.2.8-r2/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.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 7ca7d95539cb..cd7b3d68dfe4 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.69 2014/11/17 12:47:47 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.70 2014/11/18 10:04:16 ago Exp $ + + 18 Nov 2014; Agostino Sarubbo <ago@gentoo.org> fish-2.1.1.ebuild: + Stable for amd64, wrt bug #509044 *fish-2.1.1 (17 Nov 2014) diff --git a/app-shells/fish/fish-2.1.1.ebuild b/app-shells/fish/fish-2.1.1.ebuild index cd0e5fec65ae..94652bf15ad8 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.1 2014/11/17 12:47:47 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.1.1.ebuild,v 1.2 2014/11/18 10:04:16 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 |