diff options
author | 2012-05-23 01:13:17 +0000 | |
---|---|---|
committer | 2012-05-23 01:13:17 +0000 | |
commit | 4d38fb02cc655208a7c69d8923adffe12c53852a (patch) | |
tree | 1420a7c02553bca6b5cb0306ea66edd88321e638 /app-shells/bash/bash-4.1_p11.ebuild | |
parent | Version bump; remove old. (diff) | |
download | gentoo-2-4d38fb02cc655208a7c69d8923adffe12c53852a.tar.gz gentoo-2-4d38fb02cc655208a7c69d8923adffe12c53852a.tar.bz2 gentoo-2-4d38fb02cc655208a7c69d8923adffe12c53852a.zip |
Adjust the portage blocker from bug #297933 to play nicely with portage-2.1.6.7_p1 (which has a backported fix for this bug). This should not hurt people upgrading from later portage-2.1.6.x or 2.1.7.x releases, since the message about BASHOPTS being readonly is only cosmetic.
(Portage version: 2.2.0_alpha107/cvs/Linux i686)
Diffstat (limited to 'app-shells/bash/bash-4.1_p11.ebuild')
-rw-r--r-- | app-shells/bash/bash-4.1_p11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/bash/bash-4.1_p11.ebuild b/app-shells/bash/bash-4.1_p11.ebuild index 8baa37e2978c..753317341208 100644 --- a/app-shells/bash/bash-4.1_p11.ebuild +++ b/app-shells/bash/bash-4.1_p11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.1_p11.ebuild,v 1.2 2011/05/16 10:36:26 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p11.ebuild,v 1.3 2012/05/23 01:13:17 zmedico Exp $ EAPI="1" @@ -43,7 +43,7 @@ IUSE="afs bashlogger examples mem-scramble +net nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl )" RDEPEND="${DEPEND} - !<sys-apps/portage-2.1.7.16 + !<sys-apps/portage-2.1.6.7_p1 !<sys-apps/paludis-0.26.0_alpha5" S=${WORKDIR}/${MY_P} |