diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-03-29 13:44:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-03-29 13:44:52 +0000 |
commit | 5c0dc5e9495cd1135e36b88f17433558dac84766 (patch) | |
tree | ab25bc298f7b7ca7558cd1862fab716ce53f89f3 /app-shells/bash | |
parent | Version bump. (diff) | |
download | gentoo-2-5c0dc5e9495cd1135e36b88f17433558dac84766.tar.gz gentoo-2-5c0dc5e9495cd1135e36b88f17433558dac84766.tar.bz2 gentoo-2-5c0dc5e9495cd1135e36b88f17433558dac84766.zip |
Stable for HPPA (bug #310473).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.0_p37.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index f3d64b7c54c1..bfd8dbdd3115 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.254 2010/03/28 10:55:37 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.255 2010/03/29 13:44:52 jer Exp $ + + 29 Mar 2010; Jeroen Roovers <jer@gentoo.org> bash-4.0_p37.ebuild: + Stable for HPPA (bug #310473). 28 Mar 2010; Javier Villavicencio <the_paya@gentoo.org> bash-4.1_p2-r1.ebuild, +files/bash-4.1-fbsd-eaccess.patch: diff --git a/app-shells/bash/bash-4.0_p37.ebuild b/app-shells/bash/bash-4.0_p37.ebuild index aff8dd931ae8..ad7a86da261b 100644 --- a/app-shells/bash/bash-4.0_p37.ebuild +++ b/app-shells/bash/bash-4.0_p37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p37.ebuild,v 1.7 2010/03/28 04:09:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p37.ebuild,v 1.8 2010/03/29 13:44:52 jer 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 |