summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-05 08:54:10 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-05 08:54:10 +0000
commit285e0a927cc9162c648eb3b02ba3a0a0cbeeac86 (patch)
tree3af9b473e89d0fbf682259579390bd81b163a29c /sys-apps
parentAdd a more flexible wrapper using stuff from automake-wrapper-3 and allow WAN... (diff)
downloadgentoo-2-285e0a927cc9162c648eb3b02ba3a0a0cbeeac86.tar.gz
gentoo-2-285e0a927cc9162c648eb3b02ba3a0a0cbeeac86.tar.bz2
gentoo-2-285e0a927cc9162c648eb3b02ba3a0a0cbeeac86.zip
declare WANT_AUTO{CONF,MAKE} #154096
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/coreutils/coreutils-6.4.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/coreutils/coreutils-6.4.ebuild b/sys-apps/coreutils/coreutils-6.4.ebuild
index a6bd77b966fb..d2714f0ba6ea 100644
--- a/sys-apps/coreutils/coreutils-6.4.ebuild
+++ b/sys-apps/coreutils/coreutils-6.4.ebuild
@@ -1,7 +1,9 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.4.ebuild,v 1.5 2006/11/04 13:41:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.4.ebuild,v 1.6 2006/11/05 08:54:10 vapier Exp $
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
inherit eutils flag-o-matic toolchain-funcs autotools
PATCH_VER="1.0"
@@ -17,6 +19,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86"
IUSE="acl nls selinux static"
+RESTRICT="confcache"
RDEPEND="selinux? ( sys-libs/libselinux )
acl? ( sys-apps/acl sys-apps/attr )
@@ -29,8 +32,6 @@ DEPEND="${RDEPEND}
>=sys-devel/m4-1.4-r1
sys-apps/help2man"
-RESTRICT="confcache"
-
pkg_setup() {
# fixup expr for #123342
if [[ $(/bin/expr a : '\(a\)') != "a" ]] ; then