From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98BA4138359 for ; Mon, 28 Sep 2020 07:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB15AE0833; Mon, 28 Sep 2020 07:34:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5F23E0833 for ; Mon, 28 Sep 2020 07:34:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6BE9335D60 for ; Mon, 28 Sep 2020 07:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9E9334 for ; Mon, 28 Sep 2020 07:34:00 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1601278411.296f8ce50d3afe7d688c6d598bce5637dabf398d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.13.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 296f8ce50d3afe7d688c6d598bce5637dabf398d X-VCS-Branch: master Date: Mon, 28 Sep 2020 07:34:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6a7ba33-d108-4ab6-be9e-5257ec9f4d93 X-Archives-Hash: e508830cdd4641f112bed69612ed2f8d commit: 296f8ce50d3afe7d688c6d598bce5637dabf398d Author: Lars Wendler gentoo org> AuthorDate: Mon Sep 28 07:33:31 2020 +0000 Commit: Lars Wendler gentoo 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 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} "