diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-04 15:36:37 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-04 15:36:37 +0000 |
commit | 45f81e323055fe8a3971d2f1a2405802838512c6 (patch) | |
tree | e8a828f533a828775003879e5c91fe4078acbadd /app-shells | |
parent | Fix missing kde4-meta_src_prepare call. (diff) | |
download | gentoo-2-45f81e323055fe8a3971d2f1a2405802838512c6.tar.gz gentoo-2-45f81e323055fe8a3971d2f1a2405802838512c6.tar.bz2 gentoo-2-45f81e323055fe8a3971d2f1a2405802838512c6.zip |
amd64/x86 stable, bug #235020
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-3.2_p39.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 7d7d31cc7e82..ea814210aa94 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.188 2009/01/04 09:08:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.189 2009/01/04 15:36:37 maekke Exp $ + + 04 Jan 2009; Markus Meier <maekke@gentoo.org> bash-3.2_p39.ebuild: + amd64/x86 stable, bug #235020 04 Jan 2009; Jeroen Roovers <jer@gentoo.org> bash-3.2_p39.ebuild: Stable for HPPA (bug #235020). diff --git a/app-shells/bash/bash-3.2_p39.ebuild b/app-shells/bash/bash-3.2_p39.ebuild index 1320528370ad..9e9ac9b9dd1a 100644 --- a/app-shells/bash/bash-3.2_p39.ebuild +++ b/app-shells/bash/bash-3.2_p39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v 1.11 2009/01/04 09:08:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v 1.12 2009/01/04 15:36:37 maekke 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 examples nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2" |