diff options
Diffstat (limited to 'net-misc/cfengine/cfengine-3.3.9.ebuild')
-rw-r--r-- | net-misc/cfengine/cfengine-3.3.9.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-misc/cfengine/cfengine-3.3.9.ebuild b/net-misc/cfengine/cfengine-3.3.9.ebuild index ad9bc45b5ec5..907365bda35c 100644 --- a/net-misc/cfengine/cfengine-3.3.9.ebuild +++ b/net-misc/cfengine/cfengine-3.3.9.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="4" @@ -30,10 +30,7 @@ DEPEND=">=sys-libs/db-4 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}" |