diff options
Diffstat (limited to 'net-misc/cfengine/cfengine-3.6.2.ebuild')
-rw-r--r-- | net-misc/cfengine/cfengine-3.6.2.ebuild | 7 |
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}" |