From: Lars Wendler Date: Wed, 14 Mar 2018 14:33:06 +0000 (+0100) Subject: net-fs/samba: USE="python" now requires ldap to build successfully. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=28e7ec7cd2abe752a968613aca375d50720d2a40;p=gentoo.git net-fs/samba: USE="python" now requires ldap to build successfully. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/net-fs/samba/samba-4.8.0.ebuild b/net-fs/samba/samba-4.8.0.ebuild index e1772d73e9b7..e7d8a7bec995 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