diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-09-28 09:33:31 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-09-28 09:33:31 +0200 |
commit | 296f8ce50d3afe7d688c6d598bce5637dabf398d (patch) | |
tree | 3601ff523a889be347a9770695ab3946f69868b4 /net-fs | |
parent | net-fs/cifs-utils: Security cleanup (diff) | |
download | gentoo-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.ebuild | 1 |
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} " |