diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-04-13 22:12:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-04-13 22:12:12 +0000 |
commit | 572fabd9665e181419423b947777e7cba0923caf (patch) | |
tree | 9d602cc26f823445ac8b375cd4a254f4ddf79f7b /sys-apps/coreutils | |
parent | Remove old revision. (diff) | |
download | gentoo-2-572fabd9665e181419423b947777e7cba0923caf.tar.gz gentoo-2-572fabd9665e181419423b947777e7cba0923caf.tar.bz2 gentoo-2-572fabd9665e181419423b947777e7cba0923caf.zip |
Drop unneeded selinux configure options.
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-6.10-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-6.10-r2.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 90e8d7fd1912..cb467042e347 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.223 2008/04/13 21:58:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.224 2008/04/13 22:12:12 vapier Exp $ + + 13 Apr 2008; Mike Frysinger <vapier@gentoo.org> coreutils-6.10-r1.ebuild, + coreutils-6.10-r2.ebuild: + Drop unneeded selinux configure options. 13 Apr 2008; Mike Frysinger <vapier@gentoo.org> coreutils-6.10-r1.ebuild, coreutils-6.10-r2.ebuild: diff --git a/sys-apps/coreutils/coreutils-6.10-r1.ebuild b/sys-apps/coreutils/coreutils-6.10-r1.ebuild index 998dae37055a..ae4f0bce0ceb 100644 --- a/sys-apps/coreutils/coreutils-6.10-r1.ebuild +++ b/sys-apps/coreutils/coreutils-6.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild,v 1.5 2008/04/13 21:58:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r1.ebuild,v 1.6 2008/04/13 22:12:12 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -93,7 +93,6 @@ src_compile() { $(use_enable nls) \ $(use_enable acl) \ $(use_enable xattr) \ - $(use_enable selinux) \ ${myconf} \ || die "econf" emake || die "emake" diff --git a/sys-apps/coreutils/coreutils-6.10-r2.ebuild b/sys-apps/coreutils/coreutils-6.10-r2.ebuild index 43b239e384c7..e5f20ffc2604 100644 --- a/sys-apps/coreutils/coreutils-6.10-r2.ebuild +++ b/sys-apps/coreutils/coreutils-6.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v 1.2 2008/04/13 21:58:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v 1.3 2008/04/13 22:12:12 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -93,7 +93,6 @@ src_compile() { $(use_enable nls) \ $(use_enable acl) \ $(use_enable xattr) \ - $(use_enable selinux) \ ${myconf} \ || die "econf" emake || die "emake" |