summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-08-10 10:26:21 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-08-10 10:26:36 -0700
commit31f712e7790d8f6c498a29409bf04f3c53bda8e3 (patch)
tree53431d84737d3d1d821f961c7d4215202d329be2 /net-misc/cfengine/cfengine-3.6.2.ebuild
parentnet-fs/samba: bump 4.6 to v4.6.7 (diff)
downloadgentoo-31f712e7790d8f6c498a29409bf04f3c53bda8e3.tar.gz
gentoo-31f712e7790d8f6c498a29409bf04f3c53bda8e3.tar.bz2
gentoo-31f712e7790d8f6c498a29409bf04f3c53bda8e3.zip
net-misc/cfengine: cleaner REQUIRED_USE syntax.
Package-Manager: portage-2.3.6
Diffstat (limited to 'net-misc/cfengine/cfengine-3.6.2.ebuild')
-rw-r--r--net-misc/cfengine/cfengine-3.6.2.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-misc/cfengine/cfengine-3.6.2.ebuild b/net-misc/cfengine/cfengine-3.6.2.ebuild
index 3d85b439dd09..a4e5ae6c7db9 100644
--- a/net-misc/cfengine/cfengine-3.6.2.ebuild
+++ b/net-misc/cfengine/cfengine-3.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -33,10 +33,7 @@ DEPEND="acl? ( virtual/acl )
RDEPEND="${DEPEND}"
PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )"
-REQUIRED_USE="qdbm? ( !tokyocabinet )
- tokyocabinet? ( !qdbm )
- !tokyocabinet? ( qdbm )
- !qdbm? ( tokyocabinet )"
+REQUIRED_USE="^^ ( qdbm tokyocabinet )"
S="${WORKDIR}/${MY_P}"