net-fs/samba: USE="cluster" requires USE="ads"
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 15 Mar 2018 08:33:33 +0000 (09:33 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 15 Mar 2018 08:34:02 +0000 (09:34 +0100)
Closes: https://bugs.gentoo.org/625138
Package-Manager: Portage-2.3.24, Repoman-2.3.6

net-fs/samba/samba-4.5.15.ebuild
net-fs/samba/samba-4.5.16.ebuild
net-fs/samba/samba-4.6.14.ebuild
net-fs/samba/samba-4.7.6.ebuild
net-fs/samba/samba-4.8.0.ebuild

index 66526019e6045f21da21d4d6b5f72e5c81a675db..4d0ebd052baabdd01c7fb94b396b1c5cf26fc426 100644 (file)
@@ -96,11 +96,14 @@ RDEPEND="${CDEPEND}
        !dev-perl/Parse-Yapp
 "
 
-REQUIRED_USE="addc? ( gnutls !system-mitkrb5 )
+REQUIRED_USE="
+       addc? ( gnutls !system-mitkrb5 )
        ads? ( acl gnutls ldap )
+       cluster? ( ads )
        gpg? ( addc )
        ?? ( system-heimdal system-mitkrb5 )
-       ${PYTHON_REQUIRED_USE}"
+       ${PYTHON_REQUIRED_USE}
+"
 
 S="${WORKDIR}/${MY_P}"
 
index b74545cc6d5895def90ce5a02d82ccd377a8c0ea..ddb232887a7ba9417cbaccca79eab5d3e865b160 100644 (file)
@@ -96,8 +96,10 @@ RDEPEND="${CDEPEND}
        !dev-perl/Parse-Yapp
 "
 
-REQUIRED_USE="addc? ( gnutls !system-mitkrb5 )
+REQUIRED_USE="
+       addc? ( gnutls !system-mitkrb5 )
        ads? ( acl gnutls ldap )
+       cluster? ( ads )
        gpg? ( addc )
        ?? ( system-heimdal system-mitkrb5 )
        ${PYTHON_REQUIRED_USE}"
index ff66041de150b2c62fe2cb4d8654729e808f4fa9..4768bc39a8ba92a03ac2eb91d9faf6bbf0ffb57b 100644 (file)
@@ -99,13 +99,16 @@ RDEPEND="${CDEPEND}
        !dev-perl/Parse-Yapp
 "
 
-REQUIRED_USE="addc? ( python gnutls !system-mitkrb5 )
-       test? ( python )
+REQUIRED_USE="
+       addc? ( python gnutls !system-mitkrb5 )
        addns? ( python )
        ads? ( acl gnutls ldap )
+       cluster? ( ads )
        gpg? ( addc )
+       test? ( python )
        ?? ( system-heimdal system-mitkrb5 )
-       ${PYTHON_REQUIRED_USE}"
+       ${PYTHON_REQUIRED_USE}
+"
 
 # the test suite is messed, it uses system-installed samba
 # bits instead of what was built, tests things disabled via use
index ae147981edc7898bb70d9fbb0401c174083c1252..da9d5260b043e59a946855801a153388d527a90a 100644 (file)
@@ -103,13 +103,16 @@ RDEPEND="${CDEPEND}
        !dev-perl/Parse-Yapp
 "
 
-REQUIRED_USE="addc? ( python gnutls )
-       test? ( python )
+REQUIRED_USE="
+       addc? ( python gnutls )
        addns? ( python )
        ads? ( acl gnutls ldap )
+       cluster? ( ads )
        gpg? ( addc )
+       test? ( python )
        ?? ( system-heimdal system-mitkrb5 )
-       ${PYTHON_REQUIRED_USE}"
+       ${PYTHON_REQUIRED_USE}
+"
 
 # the test suite is messed, it uses system-installed samba
 # bits instead of what was built, tests things disabled via use
index 32e5b412fc3c486de831e0f5bff875cd1e3b3ad1..9463969553611dbfaaf51689d39d1022e4c555fc 100644 (file)
@@ -107,6 +107,7 @@ REQUIRED_USE="
        addc? ( python gnutls winbind )
        addns? ( python )
        ads? ( acl gnutls ldap winbind )
+       cluster? ( ads )
        gpg? ( addc )
        python? ( ldap )
        test? ( python )