diff options
author | 2007-11-04 03:34:44 +0000 | |
---|---|---|
committer | 2007-11-04 03:34:44 +0000 | |
commit | 7578fc3f78dd4180938ec8d1c9fc5cedf4abbe61 (patch) | |
tree | 2e138f59d29def5dfbb76d9e9927a22fecbb8a01 /sys-apps/sed | |
parent | do *not* include userland_GNU in IUSE (diff) | |
download | gentoo-2-7578fc3f78dd4180938ec8d1c9fc5cedf4abbe61.tar.gz gentoo-2-7578fc3f78dd4180938ec8d1c9fc5cedf4abbe61.tar.bz2 gentoo-2-7578fc3f78dd4180938ec8d1c9fc5cedf4abbe61.zip |
do *not* include userland_GNU in IUSE
(Portage version: 2.1.3.16)
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/sed-4.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.1.5.ebuild b/sys-apps/sed/sed-4.1.5.ebuild index 88c07ec394f1..9acf76832587 100644 --- a/sys-apps/sed/sed-4.1.5.ebuild +++ b/sys-apps/sed/sed-4.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.5.ebuild,v 1.19 2007/07/10 23:40:55 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.5.ebuild,v 1.20 2007/11/04 03:34:44 vapier Exp $ inherit flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/sed/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="nls static userland_GNU" +IUSE="nls static" RDEPEND="nls? ( virtual/libintl )" DEPEND="${RDEPEND} |