diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-02 14:33:12 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-02 14:44:54 +0100 |
commit | 1a2c65d6f4ec6b941fcd074730c9608d3e9a7c96 (patch) | |
tree | 929b3f2c9ca7f6b2aec1d62d9709f110b43e959b /net-vpn | |
parent | net-vpn/openvpn: Fix external-cmocka.patch (diff) | |
download | gentoo-1a2c65d6f4ec6b941fcd074730c9608d3e9a7c96.tar.gz gentoo-1a2c65d6f4ec6b941fcd074730c9608d3e9a7c96.tar.bz2 gentoo-1a2c65d6f4ec6b941fcd074730c9608d3e9a7c96.zip |
net-vpn/openvpn: Drop superfluous REQUIRED_USE and try to silence CI
From QA check results:
REQUIRED_USE can request conflicting states:
[static] requires [!plugins] while [inotify] requires [plugins]
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/openvpn/openvpn-9999.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-vpn/openvpn/openvpn-9999.ebuild b/net-vpn/openvpn/openvpn-9999.ebuild index 66a7682edf94..8ad3d42ffc35 100644 --- a/net-vpn/openvpn/openvpn-9999.ebuild +++ b/net-vpn/openvpn/openvpn-9999.ebuild @@ -17,11 +17,8 @@ KEYWORDS="" IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam" IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD" -REQUIRED_USE="static? ( !plugins !pkcs11 ) +REQUIRED_USE="static? ( !inotify !plugins !pkcs11 ) lzo? ( !lz4 ) - pkcs11? ( ssl ) - mbedtls? ( ssl !libressl ) - pkcs11? ( ssl ) !plugins? ( !pam !down-root ) inotify? ( plugins )" |