Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/
Date: Sat, 02 Mar 2019 13:45:12
Message-Id: 1551534294.1a2c65d6f4ec6b941fcd074730c9608d3e9a7c96.asturm@gentoo
1 commit: 1a2c65d6f4ec6b941fcd074730c9608d3e9a7c96
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 13:33:12 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 13:44:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2c65d6
7
8 net-vpn/openvpn: Drop superfluous REQUIRED_USE and try to silence CI
9
10 From QA check results:
11 REQUIRED_USE can request conflicting states:
12 [static] requires [!plugins] while [inotify] requires [plugins]
13
14 Package-Manager: Portage-2.3.62, Repoman-2.3.12
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 net-vpn/openvpn/openvpn-9999.ebuild | 5 +----
18 1 file changed, 1 insertion(+), 4 deletions(-)
19
20 diff --git a/net-vpn/openvpn/openvpn-9999.ebuild b/net-vpn/openvpn/openvpn-9999.ebuild
21 index 66a7682edf9..8ad3d42ffc3 100644
22 --- a/net-vpn/openvpn/openvpn-9999.ebuild
23 +++ b/net-vpn/openvpn/openvpn-9999.ebuild
24 @@ -17,11 +17,8 @@ KEYWORDS=""
25 IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam"
26 IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD"
27
28 -REQUIRED_USE="static? ( !plugins !pkcs11 )
29 +REQUIRED_USE="static? ( !inotify !plugins !pkcs11 )
30 lzo? ( !lz4 )
31 - pkcs11? ( ssl )
32 - mbedtls? ( ssl !libressl )
33 - pkcs11? ( ssl )
34 !plugins? ( !pam !down-root )
35 inotify? ( plugins )"