diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-14 02:27:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-14 02:27:42 +0000 |
commit | d7e0d43a82a440ba322fed38e40c9ed106bc2afa (patch) | |
tree | ae2e342b7617ec69fb4062de669484a708adf207 /app-shells | |
parent | emerge packages with --oneshot (diff) | |
download | gentoo-2-d7e0d43a82a440ba322fed38e40c9ed106bc2afa.tar.gz gentoo-2-d7e0d43a82a440ba322fed38e40c9ed106bc2afa.tar.bz2 gentoo-2-d7e0d43a82a440ba322fed38e40c9ed106bc2afa.zip |
cut unused unicode USE flag
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/bash-3.1_p11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/bash-3.1_p11.ebuild b/app-shells/bash/bash-3.1_p11.ebuild index 2b1449914f06..7336aa745bf6 100644 --- a/app-shells/bash/bash-3.1_p11.ebuild +++ b/app-shells/bash/bash-3.1_p11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p11.ebuild,v 1.3 2006/03/11 13:56:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p11.ebuild,v 1.4 2006/03/14 02:27:42 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -33,7 +33,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="afs nls build bashlogger unicode" +IUSE="afs nls build bashlogger" DEPEND=">=sys-libs/ncurses-5.2-r2" |