diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:31:43 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:31:43 +0000 |
commit | dbaec9267ee97952a628f0a24a9cdd4a6236ec91 (patch) | |
tree | 920e0bacadcd745fc30e70cd177773e096e914db /app-shells | |
parent | x86 stable wrt bug #495876 (diff) | |
download | gentoo-2-dbaec9267ee97952a628f0a24a9cdd4a6236ec91.tar.gz gentoo-2-dbaec9267ee97952a628f0a24a9cdd4a6236ec91.tar.bz2 gentoo-2-dbaec9267ee97952a628f0a24a9cdd4a6236ec91.zip |
x86 stable wrt bug #493316
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/fish/fish-2.1.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index d4f72d430de7..74ad81d03754 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.65 2014/02/15 22:11:38 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.66 2014/02/24 01:31:43 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> fish-2.1.0-r2.ebuild: + x86 stable wrt bug #493316 15 Feb 2014; Chema Alonso <nimiux@gentoo.org> fish-2.1.0-r2.ebuild: Stable for amd64 wrt bug #493316 diff --git a/app-shells/fish/fish-2.1.0-r2.ebuild b/app-shells/fish/fish-2.1.0-r2.ebuild index f2fddc110729..ba25e7b8bd94 100644 --- a/app-shells/fish/fish-2.1.0-r2.ebuild +++ b/app-shells/fish/fish-2.1.0-r2.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.0-r2.ebuild,v 1.3 2014/02/15 22:11:38 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.1.0-r2.ebuild,v 1.4 2014/02/24 01:31:43 phajdan.jr Exp $ EAPI=5 @@ -15,7 +15,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 |