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 36964138334 for ; Mon, 28 Jan 2019 19:36:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEB15E13C0; Mon, 28 Jan 2019 10:10:35 +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 95D26E13C0 for ; Mon, 28 Jan 2019 10:10:35 +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 087B5335D4B for ; Mon, 28 Jan 2019 10:10:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC65D4D3 for ; Mon, 28 Jan 2019 10:10:31 +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: <1548670221.16489c03f3f13228dddda3e442a3b5b6d6da892e.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.9.4-r1.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 16489c03f3f13228dddda3e442a3b5b6d6da892e X-VCS-Branch: master Date: Mon, 28 Jan 2019 10:10:31 +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: aac026a3-357a-4c96-890e-839ff19284fc X-Archives-Hash: b8ce75a69e687f0001c370edc45fd16d commit: 16489c03f3f13228dddda3e442a3b5b6d6da892e Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 28 10:10:21 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 28 10:10:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16489c03 net-fs/samba: Fixed build with USE="addc system-mitkrb5" Closes: https://bugs.gentoo.org/672314 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/samba-4.9.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.9.4-r1.ebuild b/net-fs/samba/samba-4.9.4-r1.ebuild index 894547a6d78..778ff1fd3f4 100644 --- a/net-fs/samba/samba-4.9.4-r1.ebuild +++ b/net-fs/samba/samba-4.9.4-r1.ebuild @@ -214,7 +214,7 @@ multilib_src_configure() { $(multilib_native_usex python '' '--disable-python') $(multilib_native_use_enable zeroconf avahi) $(multilib_native_usex test '--enable-selftest' '') - $(usex system-mitkrb5 '--with-system-mitkrb5' '') + $(usex system-mitkrb5 "--with-system-mitkrb5 $(multilib_native_usex addc --with-experimental-mit-ad-dc '')" '') $(use_enable gnutls) $(use_with debug lttng) $(use_with ldap)