diff options
author | Brent Baude <ranger@gentoo.org> | 2012-08-28 17:45:00 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-08-28 17:45:00 +0000 |
commit | f945680dfd6b8c4f14f1bf2b40ef54e73cc61c11 (patch) | |
tree | 0f421a68edf1c5bc67fbc952d9771a5d3e0b9266 /app-shells | |
parent | Make dnsmasq-2.63 respect LINGUAS and remove no-longer-necessary MY_* wrangling. (diff) | |
download | gentoo-2-f945680dfd6b8c4f14f1bf2b40ef54e73cc61c11.tar.gz gentoo-2-f945680dfd6b8c4f14f1bf2b40ef54e73cc61c11.tar.bz2 gentoo-2-f945680dfd6b8c4f14f1bf2b40ef54e73cc61c11.zip |
Marking bash-4.2_p37 ppc64 for bug 431850
(Portage version: 2.1.10.65/cvs/Linux ppc64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.2_p37.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 18631398345c..e9c475d6f2b2 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.322 2012/08/28 02:41:28 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.323 2012/08/28 17:45:00 ranger Exp $ + + 28 Aug 2012; Brent Baude <ranger@gentoo.org> bash-4.2_p37.ebuild: + Marking bash-4.2_p37 ppc64 for bug 431850 28 Aug 2012; Anthony G. Basile <blueness@gentoo.org> bash-4.2_p37.ebuild: Stable ppc, bug #431850 diff --git a/app-shells/bash/bash-4.2_p37.ebuild b/app-shells/bash/bash-4.2_p37.ebuild index 6277e5c5e6e4..e3e5bc3249ab 100644 --- a/app-shells/bash/bash-4.2_p37.ebuild +++ b/app-shells/bash/bash-4.2_p37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p37.ebuild,v 1.8 2012/08/28 02:41:28 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p37.ebuild,v 1.9 2012/08/28 17:45:00 ranger Exp $ EAPI="1" @@ -34,7 +34,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2 |