diff options
author | Brent Baude <ranger@gentoo.org> | 2011-01-27 22:08:15 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-01-27 22:08:15 +0000 |
commit | ffd4a7f73a884e9ed0a0e4076cc79395e2f98355 (patch) | |
tree | 1ce08f3fb1494eae6c2a6838c65c03ffbf45b462 /app-shells/bash | |
parent | Install udev rules in /lib rather than /etc (they are not user-editable); upd... (diff) | |
download | gentoo-2-ffd4a7f73a884e9ed0a0e4076cc79395e2f98355.tar.gz gentoo-2-ffd4a7f73a884e9ed0a0e4076cc79395e2f98355.tar.bz2 gentoo-2-ffd4a7f73a884e9ed0a0e4076cc79395e2f98355.zip |
stable ppc, bug 352383
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.1_p9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 068b6788eca4..e19315dd5417 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.271 2011/01/25 18:56:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.272 2011/01/27 22:08:15 ranger Exp $ + + 27 Jan 2011; Brent Baude <ranger@gentoo.org> bash-4.1_p9.ebuild: + stable ppc, bug 352383 25 Jan 2011; Jeroen Roovers <jer@gentoo.org> bash-4.1_p9.ebuild: Stable for HPPA (bug #352383). diff --git a/app-shells/bash/bash-4.1_p9.ebuild b/app-shells/bash/bash-4.1_p9.ebuild index beb5c91379de..c8b5f90c8980 100644 --- a/app-shells/bash/bash-4.1_p9.ebuild +++ b/app-shells/bash/bash-4.1_p9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p9.ebuild,v 1.4 2011/01/25 18:56:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p9.ebuild,v 1.5 2011/01/27 22:08:15 ranger Exp $ EAPI="1" @@ -37,7 +37,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 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="afs bashlogger examples mem-scramble +net nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2 |