diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-14 15:33:06 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-14 15:33:21 +0100 |
commit | 28e7ec7cd2abe752a968613aca375d50720d2a40 (patch) | |
tree | 8cb8fb7be23026e363ecaa3b2297250d1e3580b2 /net-fs | |
parent | net-dialup/xl2tpd: amd64 stable wrt bug #649884 (diff) | |
download | gentoo-28e7ec7cd2abe752a968613aca375d50720d2a40.tar.gz gentoo-28e7ec7cd2abe752a968613aca375d50720d2a40.tar.bz2 gentoo-28e7ec7cd2abe752a968613aca375d50720d2a40.zip |
net-fs/samba: USE="python" now requires ldap to build successfully.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.8.0.ebuild | 9 |
1 files 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 |