diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-04-15 10:37:45 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-04-15 10:37:45 +0000 |
commit | c9aa75c418b6773fd73b825ecb4b33b255afc219 (patch) | |
tree | 12d7fdd4af2a2a280385bad99852f1a50abec6d8 /sys-libs/readline | |
parent | Stable on ppc. Bug 129885 (diff) | |
download | gentoo-2-c9aa75c418b6773fd73b825ecb4b33b255afc219.tar.gz gentoo-2-c9aa75c418b6773fd73b825ecb4b33b255afc219.tar.bz2 gentoo-2-c9aa75c418b6773fd73b825ecb4b33b255afc219.zip |
Stable on ppc. Bug 129885
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'sys-libs/readline')
-rw-r--r-- | sys-libs/readline/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/readline/readline-5.1_p4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/readline/ChangeLog b/sys-libs/readline/ChangeLog index 3a205ea0402f..8ebfead0f347 100644 --- a/sys-libs/readline/ChangeLog +++ b/sys-libs/readline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/readline # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.73 2006/04/15 05:49:43 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.74 2006/04/15 10:37:44 nixnut Exp $ + + 15 Apr 2006; <nixnut@gentoo.org> readline-5.1_p4.ebuild: + Stable on ppc. Bug #129885 15 Apr 2006; Mark Loeser <halcy0n@gentoo.org> readline-5.1_p4.ebuild: Stable on x86; bug #129885 diff --git a/sys-libs/readline/readline-5.1_p4.ebuild b/sys-libs/readline/readline-5.1_p4.ebuild index 403fcb5c4386..86b3d4c46f00 100644 --- a/sys-libs/readline/readline-5.1_p4.ebuild +++ b/sys-libs/readline/readline-5.1_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.1_p4.ebuild,v 1.3 2006/04/15 05:49:43 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.1_p4.ebuild,v 1.4 2006/04/15 10:37:45 nixnut Exp $ inherit eutils multilib toolchain-funcs @@ -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 ~ppc-macos ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" # We must be certain that we have a bash that is linked |