commit:     28e7ec7cd2abe752a968613aca375d50720d2a40
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 14:33:06 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 14:33:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e7ec7c

net-fs/samba: USE="python" now requires ldap to build successfully.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/samba/samba-4.8.0.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-fs/samba/samba-4.8.0.ebuild b/net-fs/samba/samba-4.8.0.ebuild
index e1772d73e9b..e7d8a7bec99 100644
--- a/net-fs/samba/samba-4.8.0.ebuild
+++ b/net-fs/samba/samba-4.8.0.ebuild
@@ -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

Reply via email to