diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-02-21 08:08:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-02-21 08:08:35 +0000 |
commit | af2f542d2c437614641bb1b93c7f6b36cbccedab (patch) | |
tree | 2a821331a819feb3e851a4930336822674a43ab5 /sys-libs/readline | |
parent | Stable for HPPA (bug #355101). (diff) | |
download | gentoo-2-af2f542d2c437614641bb1b93c7f6b36cbccedab.tar.gz gentoo-2-af2f542d2c437614641bb1b93c7f6b36cbccedab.tar.bz2 gentoo-2-af2f542d2c437614641bb1b93c7f6b36cbccedab.zip |
Stable for HPPA (bug #354939).
(Portage version: 2.2.0_alpha24/cvs/Linux i686)
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 f021ece5c53a..6d4bd30a855e 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.163 2011/02/20 17:47:12 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.164 2011/02/21 08:08:35 jer Exp $ + + 21 Feb 2011; Jeroen Roovers <jer@gentoo.org> readline-6.1_p2.ebuild: + Stable for HPPA (bug #354939). 20 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> readline-6.1_p2.ebuild: diff --git a/sys-libs/readline/readline-6.1_p2.ebuild b/sys-libs/readline/readline-6.1_p2.ebuild index e38bc5896380..b53e41a500c1 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.4 2011/02/20 17:47:12 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.1_p2.ebuild,v 1.5 2011/02/21 08:08:35 jer 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 |