From 28e7ec7cd2abe752a968613aca375d50720d2a40 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 14 Mar 2018 15:33:06 +0100 Subject: [PATCH] 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 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 -- 2.26.2