diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2011-02-22 18:42:51 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2011-02-22 18:42:51 +0000 |
commit | 4d43086741ef1e6d1ec9a439df608eeb16dfef55 (patch) | |
tree | 6d22b6f043085048e06a169a70835340ec441974 /sys-libs/readline | |
parent | Bump to eapi3, use python2 for compiling. (diff) | |
download | gentoo-2-4d43086741ef1e6d1ec9a439df608eeb16dfef55.tar.gz gentoo-2-4d43086741ef1e6d1ec9a439df608eeb16dfef55.tar.bz2 gentoo-2-4d43086741ef1e6d1ec9a439df608eeb16dfef55.zip |
ppc stable #354939
(Portage version: 2.1.9.24/cvs/Linux ppc)
Diffstat (limited to 'sys-libs/readline')
-rw-r--r-- | sys-libs/readline/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/readline/readline-6.1_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/readline/ChangeLog b/sys-libs/readline/ChangeLog index 6d4bd30a855e..c2ee00548d89 100644 --- a/sys-libs/readline/ChangeLog +++ b/sys-libs/readline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/readline # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.164 2011/02/21 08:08:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.165 2011/02/22 18:42:51 nixnut Exp $ + + 22 Feb 2011; nixnut <nixnut@gentoo.org> readline-6.1_p2.ebuild: + ppc stable #354939 21 Feb 2011; Jeroen Roovers <jer@gentoo.org> readline-6.1_p2.ebuild: Stable for HPPA (bug #354939). diff --git a/sys-libs/readline/readline-6.1_p2.ebuild b/sys-libs/readline/readline-6.1_p2.ebuild index b53e41a500c1..d2e265538853 100644 --- a/sys-libs/readline/readline-6.1_p2.ebuild +++ b/sys-libs/readline/readline-6.1_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.1_p2.ebuild,v 1.5 2011/02/21 08:08:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.1_p2.ebuild,v 1.6 2011/02/22 18:42:51 nixnut Exp $ inherit autotools eutils multilib toolchain-funcs flag-o-matic @@ -32,7 +32,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" # We must be certain that we have a bash that is linked |