diff options
author | Brent Baude <ranger@gentoo.org> | 2008-05-05 19:46:51 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-05-05 19:46:51 +0000 |
commit | 7592616a8c56823838b183b5d4fcb2b31234d3ee (patch) | |
tree | a357130a8a2b59e9193ea51ef738cab2ceac2c03 /app-shells | |
parent | Move pkgconfig to DEPEND wrt #217278. (diff) | |
download | gentoo-2-7592616a8c56823838b183b5d4fcb2b31234d3ee.tar.gz gentoo-2-7592616a8c56823838b183b5d4fcb2b31234d3ee.tar.bz2 gentoo-2-7592616a8c56823838b183b5d4fcb2b31234d3ee.zip |
stable ppc64, bug 220091
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-3.2_p33.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 0873c39288d8..fb509c80428a 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.170 2008/05/04 14:48:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.171 2008/05/05 19:46:51 ranger Exp $ + + 05 May 2008; Brent Baude <ranger@gentoo.org> bash-3.2_p33.ebuild: + stable ppc64, bug 220091 04 May 2008; nixnut <nixnut@gentoo.org> bash-3.2_p33.ebuild: Stable on ppc wrt bug 220091 diff --git a/app-shells/bash/bash-3.2_p33.ebuild b/app-shells/bash/bash-3.2_p33.ebuild index cf634b4b1f41..2e76cb62cef4 100644 --- a/app-shells/bash/bash-3.2_p33.ebuild +++ b/app-shells/bash/bash-3.2_p33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p33.ebuild,v 1.6 2008/05/04 14:48:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p33.ebuild,v 1.7 2008/05/05 19:46:51 ranger Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -31,7 +31,7 @@ SRC_URI="mirror://gnu/bash/${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="afs bashlogger nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2" |