diff options
author | 2019-12-11 15:17:04 +0100 | |
---|---|---|
committer | 2019-12-11 15:18:26 +0100 | |
commit | b1b900539bcff0c35e46fcdc84379d1dd59ce05d (patch) | |
tree | 9f4c4b878261cdaedc0470586e7809f9b9b08551 /net-vpn/openvpn/openvpn-9999.ebuild | |
parent | net-nds/openldap: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-b1b900539bcff0c35e46fcdc84379d1dd59ce05d.tar.gz gentoo-b1b900539bcff0c35e46fcdc84379d1dd59ce05d.tar.bz2 gentoo-b1b900539bcff0c35e46fcdc84379d1dd59ce05d.zip |
net-vpn/openvpn: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-vpn/openvpn/openvpn-9999.ebuild')
-rw-r--r-- | net-vpn/openvpn/openvpn-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-vpn/openvpn/openvpn-9999.ebuild b/net-vpn/openvpn/openvpn-9999.ebuild index 543d67a230e2..b2305248d442 100644 --- a/net-vpn/openvpn/openvpn-9999.ebuild +++ b/net-vpn/openvpn/openvpn-9999.ebuild @@ -17,6 +17,7 @@ KEYWORDS="" IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam" IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD" +RESTRICT="!test? ( test )" REQUIRED_USE="static? ( !inotify !plugins !pkcs11 ) lzo? ( !lz4 ) !plugins? ( !pam !down-root ) |