net-misc/openvpn: Add REQUIRED_USE to force plugins on if inotify is on
authorPatrick McLean <chutzpah@gentoo.org>
Sun, 4 Dec 2016 05:36:52 +0000 (21:36 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Sun, 4 Dec 2016 05:36:52 +0000 (21:36 -0800)
Gentoo-Bug: 601524

Package-Manager: portage-2.3.2

net-misc/openvpn/openvpn-2.4_rc1-r1.ebuild
net-misc/openvpn/openvpn-9999.ebuild

index bf0ecab55aba7177e9876a0e562ae7202a9b06f2..fb7d30df88715dd034a5140cbd8350333ad54637 100644 (file)
@@ -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] )
index 8663ce9d2f72c64fe0a93acec196b8b5483aee53..8e2e85fc66be658ae0892fdeabd714c38a7abe00 100644 (file)
@@ -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] )