diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-03-14 05:08:15 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-03-14 05:08:15 +0000 |
commit | 4a43fff050acbd3e9dc8209fd58587350d713350 (patch) | |
tree | 852650e1ebd7f8dda090139a8ad158bab82c97eb /app-shells | |
parent | Clean up ebuild, patch. Marked ~amd64 too. (diff) | |
download | gentoo-2-4a43fff050acbd3e9dc8209fd58587350d713350.tar.gz gentoo-2-4a43fff050acbd3e9dc8209fd58587350d713350.tar.bz2 gentoo-2-4a43fff050acbd3e9dc8209fd58587350d713350.zip |
Stable for HPPA (bug #407937).
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.2_p20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index eafa2709776b..d0d6e30dd758 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.301 2012/03/13 20:49:28 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.302 2012/03/14 05:08:15 jer Exp $ + + 14 Mar 2012; Jeroen Roovers <jer@gentoo.org> bash-4.2_p20.ebuild: + Stable for HPPA (bug #407937). 13 Mar 2012; Jeff Horelick <jdhore@gentoo.org> bash-4.2_p20.ebuild: marked x86 per bug 407937 diff --git a/app-shells/bash/bash-4.2_p20.ebuild b/app-shells/bash/bash-4.2_p20.ebuild index e1727934ce3c..28e44319d280 100644 --- a/app-shells/bash/bash-4.2_p20.ebuild +++ b/app-shells/bash/bash-4.2_p20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p20.ebuild,v 1.7 2012/03/13 20:49:28 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p20.ebuild,v 1.8 2012/03/14 05:08:15 jer Exp $ EAPI="1" @@ -34,7 +34,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 |