diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2012-01-06 21:34:19 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2012-01-06 21:34:19 +0000 |
commit | bc2f82d3528e27a14bb4db826a6cc5b41f0d9b6f (patch) | |
tree | f52ab0de79829fdcec14316cb45d248428f2cd29 /sys-libs | |
parent | [mysql eclasses] Added prefix support for eclasses - fixes bug 348788 and bug... (diff) | |
download | gentoo-2-bc2f82d3528e27a14bb4db826a6cc5b41f0d9b6f.tar.gz gentoo-2-bc2f82d3528e27a14bb4db826a6cc5b41f0d9b6f.tar.bz2 gentoo-2-bc2f82d3528e27a14bb4db826a6cc5b41f0d9b6f.zip |
Stable for ppc64; bug #384463
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/readline/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/readline/readline-6.2_p1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/readline/ChangeLog b/sys-libs/readline/ChangeLog index 865dd39ebf1e..18a32e4ddac1 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.175 2011/10/23 09:10:54 nixnut Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.176 2012/01/06 21:34:19 halcy0n Exp $ + + 06 Jan 2012; Mark Loeser <halcy0n@gentoo.org> readline-6.2_p1.ebuild: + Stable for ppc64; bug #384463 23 Oct 2011; nixnut <nixnut@gentoo.org> readline-6.2_p1.ebuild: ppc stable #384463 diff --git a/sys-libs/readline/readline-6.2_p1.ebuild b/sys-libs/readline/readline-6.2_p1.ebuild index 4be42cf73d33..37c40499bb93 100644 --- a/sys-libs/readline/readline-6.2_p1.ebuild +++ b/sys-libs/readline/readline-6.2_p1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p1.ebuild,v 1.8 2011/10/23 09:10:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p1.ebuild,v 1.9 2012/01/06 21:34:19 halcy0n Exp $ inherit 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 |