commit: f7e8aefee341cde3a2d80dffda7c24cd1ff923ce
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 05:36:52 2016 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 05:36:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e8aefe
net-misc/openvpn: Add REQUIRED_USE to force plugins on if inotify is on
Gentoo-Bug: 601524
Package-Manager: portage-2.3.2
net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild | 3 +++
net-misc/openvpn/openvpn-9999.ebuild | 3 +++
2 files changed, 6 insertions(+)
diff --git a/net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild
b/net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild
index bf0ecab..fb7d30d 100644
--- a/net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild
+++ b/net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild
@@ -25,6 +25,9 @@ REQUIRED_USE="static? ( !plugins !pkcs11 )
pkcs11? ( ssl )
!plugins? ( !pam !down-root )"
+# bug #601524
+REQUIRED_USE+=" inotify? ( plugins )"
+
CDEPEND="
kernel_linux? (
iproute2? ( sys-apps/iproute2[-minimal] )
diff --git a/net-misc/openvpn/openvpn-9999.ebuild
b/net-misc/openvpn/openvpn-9999.ebuild
index 8663ce9..8e2e85f 100644
--- a/net-misc/openvpn/openvpn-9999.ebuild
+++ b/net-misc/openvpn/openvpn-9999.ebuild
@@ -25,6 +25,9 @@ REQUIRED_USE="static? ( !plugins !pkcs11 )
pkcs11? ( ssl )
!plugins? ( !pam !down-root )"
+# bug #601524
+REQUIRED_USE+=" inotify? ( plugins )"
+
CDEPEND="
kernel_linux? (
iproute2? ( sys-apps/iproute2[-minimal] )