diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-05-22 13:34:34 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-05-22 13:34:34 +0000 |
commit | 6a0cc4e5321dc926d026701de36bf2386fc5fb8f (patch) | |
tree | 999328420ee89c24def0fffcce2a52a96f049d16 /app-shells | |
parent | x86 stable wrt bug #548756 (diff) | |
download | gentoo-2-6a0cc4e5321dc926d026701de36bf2386fc5fb8f.tar.gz gentoo-2-6a0cc4e5321dc926d026701de36bf2386fc5fb8f.tar.bz2 gentoo-2-6a0cc4e5321dc926d026701de36bf2386fc5fb8f.zip |
x86 stable wrt bug #548756
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.3_p33-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index a072dbaeb995..b642cae4158a 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.433 2015/05/21 09:20:36 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.434 2015/05/22 13:34:34 zlogene Exp $ + + 22 May 2015; Mikle Kolyada <zlogene@gentoo.org> bash-4.3_p33-r2.ebuild: + x86 stable wrt bug #548756 21 May 2015; Mikle Kolyada <zlogene@gentoo.org> bash-4.3_p33-r2.ebuild: amd64 stable wrt bug #548756 diff --git a/app-shells/bash/bash-4.3_p33-r2.ebuild b/app-shells/bash/bash-4.3_p33-r2.ebuild index f6fb4df36a5f..a894577880d9 100644 --- a/app-shells/bash/bash-4.3_p33-r2.ebuild +++ b/app-shells/bash/bash-4.3_p33-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p33-r2.ebuild,v 1.3 2015/05/21 09:20:36 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p33-r2.ebuild,v 1.4 2015/05/22 13:34:34 zlogene Exp $ EAPI="4" @@ -38,7 +38,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2 |