diff options
author | 2015-05-27 04:44:52 +0000 | |
---|---|---|
committer | 2015-05-27 04:44:52 +0000 | |
commit | eaff79f321a58df0124b29f2de0a5b72de69f4ee (patch) | |
tree | 24bb76c33a5fcd9f53027ebf283294ae8d88af01 /app-shells | |
parent | Stable for PPC64 (bug #548756). (diff) | |
download | gentoo-2-eaff79f321a58df0124b29f2de0a5b72de69f4ee.tar.gz gentoo-2-eaff79f321a58df0124b29f2de0a5b72de69f4ee.tar.bz2 gentoo-2-eaff79f321a58df0124b29f2de0a5b72de69f4ee.zip |
Stable for HPPA PPC64 (bug #548756).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 f7452d0495bf..7cfdd40e27b8 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.436 2015/05/23 17:35:34 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.437 2015/05/27 04:44:52 jer Exp $ + + 27 May 2015; Jeroen Roovers <jer@gentoo.org> bash-4.3_p33-r2.ebuild: + Stable for HPPA PPC64 (bug #548756). 23 May 2015; Mikle Kolyada <zlogene@gentoo.org> bash-4.3_p33-r2.ebuild: ia64 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 4b407d673e10..f9bdde85fc84 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.6 2015/05/23 17:35:34 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p33-r2.ebuild,v 1.7 2015/05/27 04:44:52 jer 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 |