diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:33:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:33:33 +0000 |
commit | 61b791f6a1a1ebc518a77e0a78835c5a3d6ddddd (patch) | |
tree | 990a16e1007ce64ac3a531848cebe35195ef11f4 | |
parent | stable amd64, bug 320501 (diff) | |
download | gentoo-2-61b791f6a1a1ebc518a77e0a78835c5a3d6ddddd.tar.gz gentoo-2-61b791f6a1a1ebc518a77e0a78835c5a3d6ddddd.tar.bz2 gentoo-2-61b791f6a1a1ebc518a77e0a78835c5a3d6ddddd.zip |
stable amd64, bug 319473
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | app-shells/fish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/fish/fish-1.23.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 6ffbb779930c..d9eb2c39ee23 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/fish # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.45 2010/05/13 17:45:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.46 2010/05/25 21:33:33 pacho Exp $ + + 25 May 2010; Pacho Ramos <pacho@gentoo.org> fish-1.23.1.ebuild: + stable amd64, bug 319473 13 May 2010; Jeroen Roovers <jer@gentoo.org> fish-1.23.1.ebuild: Stable for PPC (bug #319473). diff --git a/app-shells/fish/fish-1.23.1.ebuild b/app-shells/fish/fish-1.23.1.ebuild index 618bc3ce599a..044c15c29b78 100644 --- a/app-shells/fish/fish-1.23.1.ebuild +++ b/app-shells/fish/fish-1.23.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.1.ebuild,v 1.3 2010/05/13 17:45:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.1.ebuild,v 1.4 2010/05/25 21:33:33 pacho Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2" 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 |