summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-03 19:53:42 +0000
committerMike Frysinger <vapier@gentoo.org>2009-09-03 19:53:42 +0000
commit7abb7ba9820c44888ea28f1ecadfb02d48e0d11a (patch)
treee54afd8d6017141a0f9827d314f32c77eda3b94e /sys-apps/coreutils/coreutils-7.4.ebuild
parentVersion bump. (diff)
downloadgentoo-2-7abb7ba9820c44888ea28f1ecadfb02d48e0d11a.tar.gz
gentoo-2-7abb7ba9820c44888ea28f1ecadfb02d48e0d11a.tar.bz2
gentoo-2-7abb7ba9820c44888ea28f1ecadfb02d48e0d11a.zip
Workaround broken --enable-libcap handling #283589 by Alberto.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/coreutils/coreutils-7.4.ebuild')
-rw-r--r--sys-apps/coreutils/coreutils-7.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-7.4.ebuild b/sys-apps/coreutils/coreutils-7.4.ebuild
index 9640c9ed6b22..35ad1071ed4a 100644
--- a/sys-apps/coreutils/coreutils-7.4.ebuild
+++ b/sys-apps/coreutils/coreutils-7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild,v 1.10 2009/08/31 00:31:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.4.ebuild,v 1.11 2009/09/03 19:53:42 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -64,7 +64,7 @@ src_compile() {
--enable-install-program="arch" \
--enable-no-install-program="groups,hostname,kill,su,uptime" \
--enable-largefile \
- $(use_enable caps libcap) \
+ $(use caps || echo --disable-libcap) \
$(use_enable nls) \
$(use_enable acl) \
$(use_enable xattr) \