diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-11 00:41:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-11 00:41:50 +0000 |
commit | f155b001d7c69d537cc670b4a8d15e9f3b1c365e (patch) | |
tree | 7955a3387ec11c5a0420191474c34b2a5402786d /sys-apps/coreutils | |
parent | sync IUSE (-doc -jikes) (diff) | |
download | gentoo-2-f155b001d7c69d537cc670b4a8d15e9f3b1c365e.tar.gz gentoo-2-f155b001d7c69d537cc670b4a8d15e9f3b1c365e.tar.bz2 gentoo-2-f155b001d7c69d537cc670b4a8d15e9f3b1c365e.zip |
sync IUSE (-hardened)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild index 78a5530d1637..5087c5f5a26c 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.12 2005/06/28 05:24:42 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.13 2005/07/11 00:41:50 agriffis Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -18,7 +18,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="nls build acl selinux static hardened" +IUSE="acl build nls selinux static" RDEPEND="selinux? ( sys-libs/libselinux ) acl? ( sys-apps/acl sys-apps/attr ) |