diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-03 16:49:27 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-03 16:49:27 +0000 |
commit | 322834ef8c4b8b7c98fb9de079a825797c000895 (patch) | |
tree | 73ddcde81ba0b7ae85c7b89a0b739c9520efa526 /app-shells/bash | |
parent | arm stable, bug #278447 (diff) | |
download | gentoo-2-322834ef8c4b8b7c98fb9de079a825797c000895.tar.gz gentoo-2-322834ef8c4b8b7c98fb9de079a825797c000895.tar.bz2 gentoo-2-322834ef8c4b8b7c98fb9de079a825797c000895.zip |
arm stable, bug #270008
(Portage version: 2.2_rc42/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_p28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 27ff20b9f967..74caf8700d57 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.227 2009/10/03 16:39:45 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.228 2009/10/03 16:49:27 maekke Exp $ + + 03 Oct 2009; Markus Meier <maekke@gentoo.org> bash-4.0_p28.ebuild: + arm stable, bug #270008 03 Oct 2009; Tiago Cunha <tcunha@gentoo.org> bash-4.0_p28.ebuild: stable sparc, bug 270008 diff --git a/app-shells/bash/bash-4.0_p28.ebuild b/app-shells/bash/bash-4.0_p28.ebuild index 739b25c5603d..6ca0abb816bb 100644 --- a/app-shells/bash/bash-4.0_p28.ebuild +++ b/app-shells/bash/bash-4.0_p28.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_p28.ebuild,v 1.8 2009/10/03 16:39:45 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p28.ebuild,v 1.9 2009/10/03 16:49:27 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 +net nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2 |