net-fs/samba: USE="python" now requires ldap to build successfully.
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 14 Mar 2018 14:33:06 +0000 (15:33 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 14 Mar 2018 14:33:21 +0000 (15:33 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

net-fs/samba/samba-4.8.0.ebuild

index e1772d73e9b725b0a322a21d3be8c2116f44cb0f..e7d8a7bec995b334fcd8fea107a7b3a51d6c5369 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 )
        gpg? ( addc )
+       python? ( ldap )
+       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