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 9A3361382C5 for ; Thu, 15 Mar 2018 08:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81BE2E082B; Thu, 15 Mar 2018 08:34:13 +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 466C7E082B for ; Thu, 15 Mar 2018 08:34:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C2D81335C76 for ; Thu, 15 Mar 2018 08:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C553216 for ; Thu, 15 Mar 2018 08:34:09 +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: <1521102842.4117767bbc179bfd13c0268b08984fe3dfddcf06.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.5.15.ebuild net-fs/samba/samba-4.5.16.ebuild net-fs/samba/samba-4.6.14.ebuild net-fs/samba/samba-4.7.6.ebuild net-fs/samba/samba-4.8.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4117767bbc179bfd13c0268b08984fe3dfddcf06 X-VCS-Branch: master Date: Thu, 15 Mar 2018 08:34:09 +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-Archives-Salt: ab8869d2-b3fd-4acb-b5f9-c0b80e0c3860 X-Archives-Hash: 0e9fd996c8483e736e7f967cdef5f1ac commit: 4117767bbc179bfd13c0268b08984fe3dfddcf06 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 15 08:33:33 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 15 08:34:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4117767b net-fs/samba: USE="cluster" requires USE="ads" Closes: https://bugs.gentoo.org/625138 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-fs/samba/samba-4.5.15.ebuild | 7 +++++-- net-fs/samba/samba-4.5.16.ebuild | 4 +++- net-fs/samba/samba-4.6.14.ebuild | 9 ++++++--- net-fs/samba/samba-4.7.6.ebuild | 9 ++++++--- net-fs/samba/samba-4.8.0.ebuild | 1 + 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/net-fs/samba/samba-4.5.15.ebuild b/net-fs/samba/samba-4.5.15.ebuild index 66526019e60..4d0ebd052ba 100644 --- a/net-fs/samba/samba-4.5.15.ebuild +++ b/net-fs/samba/samba-4.5.15.ebuild @@ -96,11 +96,14 @@ RDEPEND="${CDEPEND} !dev-perl/Parse-Yapp " -REQUIRED_USE="addc? ( gnutls !system-mitkrb5 ) +REQUIRED_USE=" + addc? ( gnutls !system-mitkrb5 ) ads? ( acl gnutls ldap ) + cluster? ( ads ) gpg? ( addc ) ?? ( system-heimdal system-mitkrb5 ) - ${PYTHON_REQUIRED_USE}" + ${PYTHON_REQUIRED_USE} +" S="${WORKDIR}/${MY_P}" diff --git a/net-fs/samba/samba-4.5.16.ebuild b/net-fs/samba/samba-4.5.16.ebuild index b74545cc6d5..ddb232887a7 100644 --- a/net-fs/samba/samba-4.5.16.ebuild +++ b/net-fs/samba/samba-4.5.16.ebuild @@ -96,8 +96,10 @@ RDEPEND="${CDEPEND} !dev-perl/Parse-Yapp " -REQUIRED_USE="addc? ( gnutls !system-mitkrb5 ) +REQUIRED_USE=" + addc? ( gnutls !system-mitkrb5 ) ads? ( acl gnutls ldap ) + cluster? ( ads ) gpg? ( addc ) ?? ( system-heimdal system-mitkrb5 ) ${PYTHON_REQUIRED_USE}" diff --git a/net-fs/samba/samba-4.6.14.ebuild b/net-fs/samba/samba-4.6.14.ebuild index ff66041de15..4768bc39a8b 100644 --- a/net-fs/samba/samba-4.6.14.ebuild +++ b/net-fs/samba/samba-4.6.14.ebuild @@ -99,13 +99,16 @@ RDEPEND="${CDEPEND} !dev-perl/Parse-Yapp " -REQUIRED_USE="addc? ( python gnutls !system-mitkrb5 ) - test? ( python ) +REQUIRED_USE=" + addc? ( python gnutls !system-mitkrb5 ) addns? ( python ) ads? ( acl gnutls ldap ) + cluster? ( ads ) gpg? ( addc ) + test? ( python ) ?? ( system-heimdal system-mitkrb5 ) - ${PYTHON_REQUIRED_USE}" + ${PYTHON_REQUIRED_USE} +" # the test suite is messed, it uses system-installed samba # bits instead of what was built, tests things disabled via use diff --git a/net-fs/samba/samba-4.7.6.ebuild b/net-fs/samba/samba-4.7.6.ebuild index ae147981edc..da9d5260b04 100644 --- a/net-fs/samba/samba-4.7.6.ebuild +++ b/net-fs/samba/samba-4.7.6.ebuild @@ -103,13 +103,16 @@ RDEPEND="${CDEPEND} !dev-perl/Parse-Yapp " -REQUIRED_USE="addc? ( python gnutls ) - test? ( python ) +REQUIRED_USE=" + addc? ( python gnutls ) addns? ( python ) ads? ( acl gnutls ldap ) + cluster? ( ads ) gpg? ( addc ) + test? ( python ) ?? ( system-heimdal system-mitkrb5 ) - ${PYTHON_REQUIRED_USE}" + ${PYTHON_REQUIRED_USE} +" # the test suite is messed, it uses system-installed samba # bits instead of what was built, tests things disabled via use diff --git a/net-fs/samba/samba-4.8.0.ebuild b/net-fs/samba/samba-4.8.0.ebuild index 32e5b412fc3..94639695536 100644 --- a/net-fs/samba/samba-4.8.0.ebuild +++ b/net-fs/samba/samba-4.8.0.ebuild @@ -107,6 +107,7 @@ REQUIRED_USE=" addc? ( python gnutls winbind ) addns? ( python ) ads? ( acl gnutls ldap winbind ) + cluster? ( ads ) gpg? ( addc ) python? ( ldap ) test? ( python )