diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-09-11 03:08:02 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-09-11 03:08:02 +0000 |
commit | 0640cc8c92bfd5568ed666b96fccd11a4e35ce08 (patch) | |
tree | 794a782f89890bc35397c6d181c5bdfac78f35f3 /app-shells/bash | |
parent | amd64 stable, bug 270008 (diff) | |
download | gentoo-2-0640cc8c92bfd5568ed666b96fccd11a4e35ce08.tar.gz gentoo-2-0640cc8c92bfd5568ed666b96fccd11a4e35ce08.tar.bz2 gentoo-2-0640cc8c92bfd5568ed666b96fccd11a4e35ce08.zip |
amd64 stable, bug 270008. Passed all tests too
(Portage version: 2.1.6.13/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 1efe871613af..bf17eb7d3247 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.221 2009/09/10 00:23:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.222 2009/09/11 03:08:02 darkside Exp $ + + 11 Sep 2009; Jeremy Olexa <darkside@gentoo.org> bash-4.0_p28.ebuild: + amd64 stable, bug 270008. Passed all tests too *bash-4.0_p33 (10 Sep 2009) diff --git a/app-shells/bash/bash-4.0_p28.ebuild b/app-shells/bash/bash-4.0_p28.ebuild index 8fb73d7b5e9a..0c297908fbbb 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.2 2009/09/07 19:09:55 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p28.ebuild,v 1.3 2009/09/11 03:08:02 darkside 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 |