diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-07 11:26:17 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-07 11:26:17 +0000 |
commit | 5befcd7d9bcf665228fffeb8166005bb308edca5 (patch) | |
tree | 34acd5cb3261ee4386f226d7c070f6b4c293b6bb /app-shells/bash | |
parent | amd64 stable, bug #288185 (diff) | |
download | gentoo-2-5befcd7d9bcf665228fffeb8166005bb308edca5.tar.gz gentoo-2-5befcd7d9bcf665228fffeb8166005bb308edca5.tar.bz2 gentoo-2-5befcd7d9bcf665228fffeb8166005bb308edca5.zip |
amd64/arm stable, bug #295405
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.0_p35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 6291ae76bd70..725a1babd3c4 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.237 2009/12/04 12:52:45 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.238 2009/12/07 11:26:17 maekke Exp $ + + 07 Dec 2009; Markus Meier <maekke@gentoo.org> bash-4.0_p35.ebuild: + amd64/arm stable, bug #295405 04 Dec 2009; Christian Faulhammer <fauli@gentoo.org> bash-4.0_p35.ebuild: stable x86, bug 295405 diff --git a/app-shells/bash/bash-4.0_p35.ebuild b/app-shells/bash/bash-4.0_p35.ebuild index 74df177b0503..a9dc20982a2d 100644 --- a/app-shells/bash/bash-4.0_p35.ebuild +++ b/app-shells/bash/bash-4.0_p35.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-4.0_p35.ebuild,v 1.5 2009/12/04 12:52:45 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p35.ebuild,v 1.6 2009/12/07 11:26:17 maekke Exp $ EAPI="1" @@ -36,7 +36,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 |