diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-09-29 08:52:23 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-09-29 08:52:23 +0000 |
commit | 8c53aee9e994fd9a69ac818207ca6e9f763bba03 (patch) | |
tree | b8215fe8f45e883f8c5db0ca1ad465115b0bba29 /app-shells | |
parent | Stable on alpha, bug 523742 (diff) | |
download | gentoo-2-8c53aee9e994fd9a69ac818207ca6e9f763bba03.tar.gz gentoo-2-8c53aee9e994fd9a69ac818207ca6e9f763bba03.tar.bz2 gentoo-2-8c53aee9e994fd9a69ac818207ca6e9f763bba03.zip |
Stable on alpha, bug 523742
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-3.2_p54.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 727e403a54dc..58299754356b 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.394 2014/09/29 08:41:13 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.395 2014/09/29 08:52:23 klausman Exp $ + + 29 Sep 2014; Tobias Klausmann <klausman@gentoo.org> bash-3.2_p54.ebuild: + Stable on alpha, bug 523742 29 Sep 2014; Tobias Klausmann <klausman@gentoo.org> bash-4.0_p41.ebuild: Stable on alpha, bug 523742 diff --git a/app-shells/bash/bash-3.2_p54.ebuild b/app-shells/bash/bash-3.2_p54.ebuild index 168090e7d910..22992891377d 100644 --- a/app-shells/bash/bash-3.2_p54.ebuild +++ b/app-shells/bash/bash-3.2_p54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p54.ebuild,v 1.1 2014/09/28 16:52:30 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p54.ebuild,v 1.2 2014/09/29 08:52:23 klausman Exp $ EAPI="4" @@ -34,7 +34,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" LICENSE="GPL-2" SLOT="${MY_PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="afs +net nls +readline" DEPEND=">=sys-libs/ncurses-5.2-r2 |