diff options
author | 2014-10-01 16:41:27 +0000 | |
---|---|---|
committer | 2014-10-01 16:41:27 +0000 | |
commit | fbc39ea883dd5c272b05c85f9abeb5a984bc6924 (patch) | |
tree | 77b6cc9d0ebc5f573a937fe0e47c6078b623764f /app-shells | |
parent | Keyword ~arm for bug #523938. (diff) | |
download | gentoo-2-fbc39ea883dd5c272b05c85f9abeb5a984bc6924.tar.gz gentoo-2-fbc39ea883dd5c272b05c85f9abeb5a984bc6924.tar.bz2 gentoo-2-fbc39ea883dd5c272b05c85f9abeb5a984bc6924.zip |
s390 stable, wrt bug #523742
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.2_p50-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index b9cd72af21bf..7a17f327d6af 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.402 2014/10/01 16:06:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.403 2014/10/01 16:41:27 pinkbyte Exp $ + + 01 Oct 2014; Sergey Popov <pinkbyte@gentoo.org> bash-4.2_p50-r1.ebuild: + s390 stable, wrt bug #523742 01 Oct 2014; Agostino Sarubbo <ago@gentoo.org> bash-4.1_p14-r1.ebuild, bash-4.2_p50-r1.ebuild: diff --git a/app-shells/bash/bash-4.2_p50-r1.ebuild b/app-shells/bash/bash-4.2_p50-r1.ebuild index e5d81a45c29e..2fb445c15e44 100644 --- a/app-shells/bash/bash-4.2_p50-r1.ebuild +++ b/app-shells/bash/bash-4.2_p50-r1.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-4.2_p50-r1.ebuild,v 1.3 2014/10/01 16:06:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p50-r1.ebuild,v 1.4 2014/10/01 16:41:27 pinkbyte Exp $ EAPI="4" @@ -34,7 +34,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 |