diff options
author | 2010-02-14 00:48:29 +0000 | |
---|---|---|
committer | 2010-02-14 00:48:29 +0000 | |
commit | 084e629a4d91f2cfff569c22017399a874e331d2 (patch) | |
tree | bd95597c99af18399b2cb667a80b23fd5bfdcdf9 /app-shells/bash | |
parent | Upgrade to EAPI=2 so we can set +ssl in IUSE #304887 by Kerin Millar. (diff) | |
download | gentoo-2-084e629a4d91f2cfff569c22017399a874e331d2.tar.gz gentoo-2-084e629a4d91f2cfff569c22017399a874e331d2.tar.bz2 gentoo-2-084e629a4d91f2cfff569c22017399a874e331d2.zip |
unleash the beast
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/bash-4.1_p2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/bash-4.1_p2.ebuild b/app-shells/bash/bash-4.1_p2.ebuild index 74970a60e145..bed36181fb0f 100644 --- a/app-shells/bash/bash-4.1_p2.ebuild +++ b/app-shells/bash/bash-4.1_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p2.ebuild,v 1.2 2010/02/04 00:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p2.ebuild,v 1.3 2010/02/14 00:48:29 vapier Exp $ EAPI="1" @@ -37,7 +37,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 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="afs bashlogger examples mem-scramble +net nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2 |