diff options
author | Brent Baude <ranger@gentoo.org> | 2011-02-28 23:54:40 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-02-28 23:54:40 +0000 |
commit | 47b4b03d16208d09f5a99a25f4f48a0f32df11bd (patch) | |
tree | f03ec4ab8e9875f5b663da51277363998cd97890 /app-shells/bash | |
parent | stable ppc64, bug 351077 (diff) | |
download | gentoo-2-47b4b03d16208d09f5a99a25f4f48a0f32df11bd.tar.gz gentoo-2-47b4b03d16208d09f5a99a25f4f48a0f32df11bd.tar.bz2 gentoo-2-47b4b03d16208d09f5a99a25f4f48a0f32df11bd.zip |
stable ppc64, 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 02af33044282..911c579c92ae 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.279 2011/02/28 18:25:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.280 2011/02/28 23:54:40 ranger Exp $ + + 28 Feb 2011; Brent Baude <ranger@gentoo.org> bash-4.1_p9.ebuild: + stable ppc64, bug 352383 *bash-4.1_p10 (28 Feb 2011) diff --git a/app-shells/bash/bash-4.1_p9.ebuild b/app-shells/bash/bash-4.1_p9.ebuild index 7cf69b73663d..b8e1e96df53a 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.6 2011/01/30 17:35:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p9.ebuild,v 1.7 2011/02/28 23:54:40 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 |