diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-28 02:41:28 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-28 02:41:28 +0000 |
commit | 145a6382d8f25cbfc22061ac091608bae472cc37 (patch) | |
tree | 1bcfe774b79f949a078e69e96d51692d2089ad81 /app-shells | |
parent | Rework how we symlink in ldsos so it works for all targets even when SYMLINK_... (diff) | |
download | gentoo-2-145a6382d8f25cbfc22061ac091608bae472cc37.tar.gz gentoo-2-145a6382d8f25cbfc22061ac091608bae472cc37.tar.bz2 gentoo-2-145a6382d8f25cbfc22061ac091608bae472cc37.zip |
Stable ppc, bug #431850
(Portage version: 2.1.11.9/cvs/Linux x86_64)
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 cb87d6a5c0b6..18631398345c 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.321 2012/08/23 21:10:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.322 2012/08/28 02:41:28 blueness Exp $ + + 28 Aug 2012; Anthony G. Basile <blueness@gentoo.org> bash-4.2_p37.ebuild: + Stable ppc, bug #431850 23 Aug 2012; Markus Meier <maekke@gentoo.org> bash-4.2_p37.ebuild: arm stable, bug #431850 diff --git a/app-shells/bash/bash-4.2_p37.ebuild b/app-shells/bash/bash-4.2_p37.ebuild index 0fc9e7011e95..6277e5c5e6e4 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.7 2012/08/23 21:10:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p37.ebuild,v 1.8 2012/08/28 02:41:28 blueness 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 |