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 ECEA3138359 for ; Fri, 14 Aug 2020 19:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 249CDE0839; Fri, 14 Aug 2020 19:41:23 +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 06006E0837 for ; Fri, 14 Aug 2020 19:41:22 +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 45B9134F330 for ; Fri, 14 Aug 2020 19:41:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A563A315 for ; Fri, 14 Aug 2020 19:41:19 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1597434071.04859ced85a4134caa2f9fcaaa9b82cbc958ddbb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/sssd/sssd-2.3.1.ebuild X-VCS-Directories: sys-auth/sssd/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 04859ced85a4134caa2f9fcaaa9b82cbc958ddbb X-VCS-Branch: master Date: Fri, 14 Aug 2020 19:41:19 +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: 5c05eb26-a6e5-49dd-8ba6-3cbed3fba012 X-Archives-Hash: b1d7916fad699feeffdc75b558ce0d48 commit: 04859ced85a4134caa2f9fcaaa9b82cbc958ddbb Author: Matt Turner gentoo org> AuthorDate: Fri Aug 14 19:24:14 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Aug 14 19:41:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04859ced sys-auth/sssd: Add a mountain of missing deps Signed-off-by: Matt Turner gentoo.org> sys-auth/sssd/sssd-2.3.1.ebuild | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1.ebuild index 52c5d6c314e..a2692e592be 100644 --- a/sys-auth/sssd/sssd-2.3.1.ebuild +++ b/sys-auth/sssd/sssd-2.3.1.ebuild @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x LICENSE="GPL-3" SLOT="0" -IUSE="acl autofs +locator +netlink nfsv4 nls +manpages samba selinux sudo ssh test systemd" +IUSE="acl autofs +locator +netlink nfsv4 nls +manpages samba selinux sudo ssh systemd test valgrind" RESTRICT="!test? ( test )" COMMON_DEP=" @@ -56,12 +56,23 @@ RDEPEND="${COMMON_DEP} >=sys-libs/glibc-2.17[nscd] selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 ) " +# FIXME: Add pam_wrapper when it enters the tree. Bug #730974 DEPEND="${COMMON_DEP} - test? ( dev-libs/check ) + test? ( + app-crypt/p11-kit + dev-libs/check + dev-libs/softhsm:2 + dev-util/cmocka + net-libs/gnutls[pkcs11,tools] + sys-libs/libfaketime + sys-libs/nss_wrapper + sys-libs/uid_wrapper + valgrind? ( dev-util/valgrind ) + ) manpages? ( >=dev-libs/libxslt-1.1.26 app-text/docbook-xml-dtd:4.4 - )" + )" CONFIG_CHECK="~KEYS" @@ -125,6 +136,7 @@ multilib_src_configure() { $(multilib_native_use_with sudo) $(multilib_native_use_with autofs) $(multilib_native_use_with ssh) + $(use_enable valgrind) --with-crypto="libcrypto" --without-python2-bindings --without-python3-bindings