Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvpn/
Date: Sun, 04 Dec 2016 05:37:05
Message-Id: 1480829812.f7e8aefee341cde3a2d80dffda7c24cd1ff923ce.chutzpah@gentoo
1 commit: f7e8aefee341cde3a2d80dffda7c24cd1ff923ce
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 05:36:52 2016 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 05:36:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e8aefe
7
8 net-misc/openvpn: Add REQUIRED_USE to force plugins on if inotify is on
9
10 Gentoo-Bug: 601524
11
12 Package-Manager: portage-2.3.2
13
14 net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild | 3 +++
15 net-misc/openvpn/openvpn-9999.ebuild | 3 +++
16 2 files changed, 6 insertions(+)
17
18 diff --git a/net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild b/net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild
19 index bf0ecab..fb7d30d 100644
20 --- a/net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild
21 +++ b/net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild
22 @@ -25,6 +25,9 @@ REQUIRED_USE="static? ( !plugins !pkcs11 )
23 pkcs11? ( ssl )
24 !plugins? ( !pam !down-root )"
25
26 +# bug #601524
27 +REQUIRED_USE+=" inotify? ( plugins )"
28 +
29 CDEPEND="
30 kernel_linux? (
31 iproute2? ( sys-apps/iproute2[-minimal] )
32
33 diff --git a/net-misc/openvpn/openvpn-9999.ebuild b/net-misc/openvpn/openvpn-9999.ebuild
34 index 8663ce9..8e2e85f 100644
35 --- a/net-misc/openvpn/openvpn-9999.ebuild
36 +++ b/net-misc/openvpn/openvpn-9999.ebuild
37 @@ -25,6 +25,9 @@ REQUIRED_USE="static? ( !plugins !pkcs11 )
38 pkcs11? ( ssl )
39 !plugins? ( !pam !down-root )"
40
41 +# bug #601524
42 +REQUIRED_USE+=" inotify? ( plugins )"
43 +
44 CDEPEND="
45 kernel_linux? (
46 iproute2? ( sys-apps/iproute2[-minimal] )