diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-10-02 10:06:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-10-02 10:06:42 +0000 |
commit | a4556a93ccf504c65fe0c25f5742d285e596e922 (patch) | |
tree | 5fd8924bff72628290dd0e78b51eb2c39690da92 /app-shells/bash | |
parent | clean old python impls, add py3.3 3.4 support, add IUSE test and testrunner d... (diff) | |
download | historical-a4556a93ccf504c65fe0c25f5742d285e596e922.tar.gz historical-a4556a93ccf504c65fe0c25f5742d285e596e922.tar.bz2 historical-a4556a93ccf504c65fe0c25f5742d285e596e922.zip |
s390 stable
Package-Manager: portage-2.2.8-r2/cvs/Linux ia64
Manifest-Sign-Key: 0xF6AD3240
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.1_p15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index e2a101fc1518..08422f904bbf 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.406 2014/10/02 08:23:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.407 2014/10/02 10:06:42 armin76 Exp $ + + 02 Oct 2014; Raúl Porcel <armin76@gentoo.org> bash-4.1_p15.ebuild: + s390 stable 02 Oct 2014; Raúl Porcel <armin76@gentoo.org> bash-4.1_p15.ebuild, bash-4.2_p51.ebuild: diff --git a/app-shells/bash/bash-4.1_p15.ebuild b/app-shells/bash/bash-4.1_p15.ebuild index fec230ceee93..9c388666c4dc 100644 --- a/app-shells/bash/bash-4.1_p15.ebuild +++ b/app-shells/bash/bash-4.1_p15.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.1_p15.ebuild,v 1.3 2014/10/02 08:23:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p15.ebuild,v 1.4 2014/10/02 10:06:42 armin76 Exp $ EAPI="4" @@ -34,7 +34,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" LICENSE="GPL-3" 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 mem-scramble +net nls +readline" DEPEND=">=sys-libs/ncurses-5.2-r2 |