commit: 296f8ce50d3afe7d688c6d598bce5637dabf398d Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Sep 28 07:33:31 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Sep 28 07:33:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296f8ce5
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 <AT> gentoo.org> net-fs/samba/samba-4.13.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-fs/samba/samba-4.13.0.ebuild b/net-fs/samba/samba-4.13.0.ebuild index edb967449d4..654358f9e14 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} "
