diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-09 12:12:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-09 12:12:09 +0000 |
commit | d8c054f0982b3de2e8568637430bfe4a6ef84a58 (patch) | |
tree | cef6fa4344245da781dcb26ab78559a9a4b0a7df /app-shells | |
parent | Stable for ppc, wrt bug #452824 (diff) | |
download | gentoo-2-d8c054f0982b3de2e8568637430bfe4a6ef84a58.tar.gz gentoo-2-d8c054f0982b3de2e8568637430bfe4a6ef84a58.tar.bz2 gentoo-2-d8c054f0982b3de2e8568637430bfe4a6ef84a58.zip |
Stable for ppc, wrt bug #493316
(Portage version: 2.2.8-r1/cvs/Linux x86_64, 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.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 1e07114a6271..a4a4d2be5be6 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.67 2014/03/03 00:45:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.68 2014/08/09 12:12:09 ago Exp $ + + 09 Aug 2014; Agostino Sarubbo <ago@gentoo.org> fish-2.1.0-r2.ebuild: + Stable for ppc, wrt bug #493316 03 Mar 2014; Jeroen Roovers <jer@gentoo.org> +fish-2.1.0-r3.ebuild, -files/fish-1.22.3-gettext.patch, -files/fish-1.23.0-gentoo-alt.patch, diff --git a/app-shells/fish/fish-2.1.0-r2.ebuild b/app-shells/fish/fish-2.1.0-r2.ebuild index ba25e7b8bd94..65a9c63669d6 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.4 2014/02/24 01:31:43 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.1.0-r2.ebuild,v 1.5 2014/08/09 12:12:09 ago 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 |