diff options
author | 2010-03-27 01:52:28 +0000 | |
---|---|---|
committer | 2010-03-27 01:52:28 +0000 | |
commit | 57b7ca2016af057be8dca9ed43ddf0da34273844 (patch) | |
tree | a6f99fcbe429e7f70d847ac4c6b318943b6d2fa7 /app-shells | |
parent | stable sparc, bug 310015 (diff) | |
download | gentoo-2-57b7ca2016af057be8dca9ed43ddf0da34273844.tar.gz gentoo-2-57b7ca2016af057be8dca9ed43ddf0da34273844.tar.bz2 gentoo-2-57b7ca2016af057be8dca9ed43ddf0da34273844.zip |
stable sparc, bug 310473
(Portage version: 2.1.7.17/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.0_p37.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index f6f2730e1707..adc891926bf3 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.251 2010/03/23 20:41:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.252 2010/03/27 01:52:28 tcunha Exp $ + + 27 Mar 2010; Tiago Cunha <tcunha@gentoo.org> bash-4.0_p37.ebuild: + stable sparc, bug 310473 23 Mar 2010; Brent Baude <ranger@gentoo.org> bash-4.0_p37.ebuild: stable ppc, bug 310473 diff --git a/app-shells/bash/bash-4.0_p37.ebuild b/app-shells/bash/bash-4.0_p37.ebuild index e3d56601d847..4d6406f38df3 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.5 2010/03/23 20:41:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p37.ebuild,v 1.6 2010/03/27 01:52:28 tcunha 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 |