summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2016-12-03 21:36:52 -0800
committerPatrick McLean <chutzpah@gentoo.org>2016-12-03 21:36:52 -0800
commitf7e8aefee341cde3a2d80dffda7c24cd1ff923ce (patch)
tree08a9bb70ce6dcd0b83392a25cc52619017620c76
parentnet-misc/openvpn: Revision bump to 2.4_rc1-r1 fix lzo dependnecy (diff)
downloadgentoo-f7e8aefe.tar.gz
gentoo-f7e8aefe.tar.bz2
gentoo-f7e8aefe.zip
net-misc/openvpn: Add REQUIRED_USE to force plugins on if inotify is on
Gentoo-Bug: 601524 Package-Manager: portage-2.3.2
-rw-r--r--net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild3
-rw-r--r--net-misc/openvpn/openvpn-9999.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild b/net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild
index bf0ecab55aba..fb7d30df8871 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 8663ce9d2f72..8e2e85fc66be 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] )