diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-02-15 22:11:38 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-02-15 22:11:38 +0000 |
commit | 7a4d9d88e34199652a180f0993489567fb6e0fc4 (patch) | |
tree | be2d762bfb5d9d753a146d563ce70433fd3a62b3 /app-shells/fish | |
parent | latest librsvg has dropped the gtk use flag (bug #501418) (diff) | |
download | gentoo-2-7a4d9d88e34199652a180f0993489567fb6e0fc4.tar.gz gentoo-2-7a4d9d88e34199652a180f0993489567fb6e0fc4.tar.bz2 gentoo-2-7a4d9d88e34199652a180f0993489567fb6e0fc4.zip |
Stable for amd64 wrt bug #493316
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-shells/fish')
-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 a54cf793e1b7..d4f72d430de7 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.64 2014/02/11 12:40:06 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.65 2014/02/15 22:11:38 nimiux Exp $ + + 15 Feb 2014; Chema Alonso <nimiux@gentoo.org> fish-2.1.0-r2.ebuild: + Stable for amd64 wrt bug #493316 11 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> fish-2.1.0-r2.ebuild: Tests only work when the package is already installed (bug #319571). diff --git a/app-shells/fish/fish-2.1.0-r2.ebuild b/app-shells/fish/fish-2.1.0-r2.ebuild index 654644d265a1..f2fddc110729 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.2 2014/02/11 12:40:06 polynomial-c Exp $ +# $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 $ 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 |