commit: 1a2c65d6f4ec6b941fcd074730c9608d3e9a7c96
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 13:33:12 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 13:44:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2c65d6
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 <AT> gentoo.org>
net-vpn/openvpn/openvpn-9999.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-vpn/openvpn/openvpn-9999.ebuild
b/net-vpn/openvpn/openvpn-9999.ebuild
index 66a7682edf9..8ad3d42ffc3 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 )"