summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-06-02 15:21:04 +0000
committerMike Frysinger <vapier@gentoo.org>2013-06-02 15:21:04 +0000
commitd707a48bdf7ab884b758b4fdab4910fccce3d397 (patch)
tree27b154529febeb574ae6e816d6b703dc72243fd9 /eclass
parentDo not keep /var/lib/tcpdump. (diff)
downloadhistorical-d707a48bdf7ab884b758b4fdab4910fccce3d397.tar.gz
historical-d707a48bdf7ab884b758b4fdab4910fccce3d397.tar.bz2
historical-d707a48bdf7ab884b758b4fdab4910fccce3d397.zip
force libcap until the libcap-ng bugs can get sorted out #471414
Diffstat (limited to 'eclass')
-rw-r--r--eclass/fcaps.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/fcaps.eclass b/eclass/fcaps.eclass
index ecfcbe124759..00a4ef5ad890 100644
--- a/eclass/fcaps.eclass
+++ b/eclass/fcaps.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v 1.6 2013/06/01 02:29:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v 1.7 2013/06/02 15:21:04 vapier Exp $
# @ECLASS: fcaps.eclass
# @MAINTAINER:
@@ -33,7 +33,8 @@ ___ECLASS_ONCE_FCAPS="recur -_+^+_- spank"
IUSE="+filecaps"
-DEPEND="filecaps? ( || ( sys-libs/libcap sys-libs/libcap-ng ) )"
+# We can't use libcap-ng atm due to #471414.
+DEPEND="filecaps? ( sys-libs/libcap )"
# @ECLASS-VARIABLE: FILECAPS
# @DEFAULT_UNSET