summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-09-28 09:33:31 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-09-28 09:33:31 +0200
commit296f8ce50d3afe7d688c6d598bce5637dabf398d (patch)
tree3601ff523a889be347a9770695ab3946f69868b4 /net-fs
parentnet-fs/cifs-utils: Security cleanup (diff)
downloadgentoo-296f8ce50d3afe7d688c6d598bce5637dabf398d.tar.gz
gentoo-296f8ce50d3afe7d688c6d598bce5637dabf398d.tar.bz2
gentoo-296f8ce50d3afe7d688c6d598bce5637dabf398d.zip
net-fs/samba: addc needs to be disabled if ads is also disabled
Bug: https://bugs.gentoo.org/744757 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/samba-4.13.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-fs/samba/samba-4.13.0.ebuild b/net-fs/samba/samba-4.13.0.ebuild
index edb967449d4c..654358f9e14e 100644
--- a/net-fs/samba/samba-4.13.0.ebuild
+++ b/net-fs/samba/samba-4.13.0.ebuild
@@ -119,6 +119,7 @@ REQUIRED_USE="
cluster? ( ads )
gpg? ( addc )
test? ( python )
+ !ads? ( !addc )
?? ( system-heimdal system-mitkrb5 )
${PYTHON_REQUIRED_USE}
"