diff options
author | Markus Meier <maekke@gentoo.org> | 2012-08-23 21:10:23 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-08-23 21:10:23 +0000 |
commit | 4c1a53c7f055f8af7570029e2e1cfb248fd78687 (patch) | |
tree | 1211cb3c01654cbddaf23d0ee0a464f991614fae /app-shells | |
parent | arm stable, bug #431722 (diff) | |
download | gentoo-2-4c1a53c7f055f8af7570029e2e1cfb248fd78687.tar.gz gentoo-2-4c1a53c7f055f8af7570029e2e1cfb248fd78687.tar.bz2 gentoo-2-4c1a53c7f055f8af7570029e2e1cfb248fd78687.zip |
arm stable, bug #431850
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.2_p37.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index b43aeb56cc15..cb87d6a5c0b6 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.320 2012/08/23 01:17:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.321 2012/08/23 21:10:23 maekke Exp $ + + 23 Aug 2012; Markus Meier <maekke@gentoo.org> bash-4.2_p37.ebuild: + arm stable, bug #431850 23 Aug 2012; Mike Frysinger <vapier@gentoo.org> bash-4.2_p37.ebuild: Disable readline-specific options in bashrc when USE=-readline #432338 by diff --git a/app-shells/bash/bash-4.2_p37.ebuild b/app-shells/bash/bash-4.2_p37.ebuild index 94e418d432a1..0fc9e7011e95 100644 --- a/app-shells/bash/bash-4.2_p37.ebuild +++ b/app-shells/bash/bash-4.2_p37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p37.ebuild,v 1.6 2012/08/23 01:17:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p37.ebuild,v 1.7 2012/08/23 21:10:23 maekke 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 |