diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-23 22:07:52 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-23 22:07:52 +0000 |
commit | d4630e6b6489285007b1cc9a55198a6bf42aed29 (patch) | |
tree | c46bbf499aecd38a72aeec82168edddeabba38e9 | |
parent | Import 0.9.20 from php-experimental overlay, proxy-committing for Christian H... (diff) | |
download | gentoo-2-d4630e6b6489285007b1cc9a55198a6bf42aed29.tar.gz gentoo-2-d4630e6b6489285007b1cc9a55198a6bf42aed29.tar.bz2 gentoo-2-d4630e6b6489285007b1cc9a55198a6bf42aed29.zip |
alpha stable wrt #186286
(Portage version: 2.1.3_rc9)
-rw-r--r-- | sys-libs/readline/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/readline/readline-5.2_p4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/readline/ChangeLog b/sys-libs/readline/ChangeLog index c6d932ac60a3..435e845506fe 100644 --- a/sys-libs/readline/ChangeLog +++ b/sys-libs/readline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/readline # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.96 2007/07/23 15:17:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.97 2007/07/23 22:07:52 armin76 Exp $ + + 23 Jul 2007; Raúl Porcel <armin76@gentoo.org> readline-5.2_p4.ebuild: + alpha stable wrt #186286 23 Jul 2007; nixnut <nixnut@gentoo.org> readline-5.2_p4.ebuild: Stable on ppc wrt bug 186286 diff --git a/sys-libs/readline/readline-5.2_p4.ebuild b/sys-libs/readline/readline-5.2_p4.ebuild index e82d51b185dc..e959969f1f0a 100644 --- a/sys-libs/readline/readline-5.2_p4.ebuild +++ b/sys-libs/readline/readline-5.2_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.2_p4.ebuild,v 1.7 2007/07/23 15:17:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.2_p4.ebuild,v 1.8 2007/07/23 22:07:52 armin76 Exp $ inherit eutils multilib toolchain-funcs flag-o-matic @@ -22,7 +22,7 @@ SRC_URI="mirror://gnu/readline/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" # We must be certain that we have a bash that is linked |