diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-02-21 21:31:57 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-02-21 21:31:57 +0000 |
commit | 89175ac20d6ee01b3a43b775b6e2046bc6b86340 (patch) | |
tree | 5ba9e5c47127a26a8103dff161a783ff13faada1 /sys-libs/readline | |
parent | Add wxWindows Library Licence 3.1 (diff) | |
download | gentoo-2-89175ac20d6ee01b3a43b775b6e2046bc6b86340.tar.gz gentoo-2-89175ac20d6ee01b3a43b775b6e2046bc6b86340.tar.bz2 gentoo-2-89175ac20d6ee01b3a43b775b6e2046bc6b86340.zip |
Sparc really stable this time --- Bug #255707.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/readline')
-rw-r--r-- | sys-libs/readline/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/readline/readline-5.2_p13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/readline/ChangeLog b/sys-libs/readline/ChangeLog index 5034cbfa83d0..8d8726915ed6 100644 --- a/sys-libs/readline/ChangeLog +++ b/sys-libs/readline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/readline # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.123 2009/02/15 13:50:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.124 2009/02/21 21:31:57 fmccor Exp $ + + 21 Feb 2009; Ferris McCormick <fmccor@gentoo.org> readline-5.2_p13.ebuild: + Sparc really stable this time --- Bug #255707. 15 Feb 2009; Brent Baude <ranger@gentoo.org> readline-5.2_p13.ebuild: stable ppc, bug 255707 diff --git a/sys-libs/readline/readline-5.2_p13.ebuild b/sys-libs/readline/readline-5.2_p13.ebuild index bc58b7bd19c0..8690b4969822 100644 --- a/sys-libs/readline/readline-5.2_p13.ebuild +++ b/sys-libs/readline/readline-5.2_p13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.2_p13.ebuild,v 1.8 2009/02/15 13:50:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.2_p13.ebuild,v 1.9 2009/02/21 21:31:57 fmccor 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 |