Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Mon, 28 Sep 2020 07:34:03
Message-Id: 1601278411.296f8ce50d3afe7d688c6d598bce5637dabf398d.polynomial-c@gentoo
1 commit: 296f8ce50d3afe7d688c6d598bce5637dabf398d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 07:33:31 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 07:33:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296f8ce5
7
8 net-fs/samba: addc needs to be disabled if ads is also disabled
9
10 Bug: https://bugs.gentoo.org/744757
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 net-fs/samba/samba-4.13.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/net-fs/samba/samba-4.13.0.ebuild b/net-fs/samba/samba-4.13.0.ebuild
18 index edb967449d4..654358f9e14 100644
19 --- a/net-fs/samba/samba-4.13.0.ebuild
20 +++ b/net-fs/samba/samba-4.13.0.ebuild
21 @@ -119,6 +119,7 @@ REQUIRED_USE="
22 cluster? ( ads )
23 gpg? ( addc )
24 test? ( python )
25 + !ads? ( !addc )
26 ?? ( system-heimdal system-mitkrb5 )
27 ${PYTHON_REQUIRED_USE}
28 "