diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-03 09:43:20 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-03 09:43:20 +0000 |
commit | f02912ca3f3aa6db91de968db08bf1bdfdfe2bb2 (patch) | |
tree | 6f6d4cdcad2f2a4ff53ef2d15af9f462823fcad4 /app-shells/bash | |
parent | Support disabling .la pruning completely. (diff) | |
download | gentoo-2-f02912ca3f3aa6db91de968db08bf1bdfdfe2bb2.tar.gz gentoo-2-f02912ca3f3aa6db91de968db08bf1bdfdfe2bb2.tar.bz2 gentoo-2-f02912ca3f3aa6db91de968db08bf1bdfdfe2bb2.zip |
Stable for arm, wrt bug #467184
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.2_p45.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index aa69f3c47741..aa8b504ab40c 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.334 2013/05/02 11:34:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.335 2013/05/03 09:43:20 pinkbyte Exp $ + + 03 May 2013; Sergey Popov <pinkbyte@gentoo.org> bash-4.2_p45.ebuild: + Stable for arm, wrt bug #467184 02 May 2013; Agostino Sarubbo <ago@gentoo.org> bash-4.2_p45.ebuild: Stable for amd64, wrt bug #467184 diff --git a/app-shells/bash/bash-4.2_p45.ebuild b/app-shells/bash/bash-4.2_p45.ebuild index 8d219a57ac75..84dcb0f0bc54 100644 --- a/app-shells/bash/bash-4.2_p45.ebuild +++ b/app-shells/bash/bash-4.2_p45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p45.ebuild,v 1.2 2013/05/02 11:34:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p45.ebuild,v 1.3 2013/05/03 09:43:20 pinkbyte Exp $ EAPI="1" @@ -34,7 +34,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~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 |