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 1A9A21382C5 for ; Sat, 15 May 2021 16:13:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CBAEE0831; Sat, 15 May 2021 16:13:39 +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 3FD36E0831 for ; Sat, 15 May 2021 16:13:39 +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 4AC1B340D48 for ; Sat, 15 May 2021 16:13:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC5E078A for ; Sat, 15 May 2021 16:13:36 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1621094725.d591ae4cfb4beb56eaeb99978a69163755dfcc7c.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/sssd/metadata.xml sys-auth/sssd/sssd-2.5.0.ebuild X-VCS-Directories: sys-auth/sssd/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d591ae4cfb4beb56eaeb99978a69163755dfcc7c X-VCS-Branch: master Date: Sat, 15 May 2021 16:13:36 +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: ff7d9982-3611-4bf0-8999-173384e50ba3 X-Archives-Hash: e96976924d600933f8ece4da539c1cda commit: d591ae4cfb4beb56eaeb99978a69163755dfcc7c Author: Thomas Deutschmann gentoo org> AuthorDate: Sat May 15 16:04:37 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat May 15 16:05:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d591ae4c sys-auth/sssd: add USE=systemtap Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> sys-auth/sssd/metadata.xml | 1 + sys-auth/sssd/sssd-2.5.0.ebuild | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-auth/sssd/metadata.xml b/sys-auth/sssd/metadata.xml index bf753c45c4b..4d3fd47b6cb 100644 --- a/sys-auth/sssd/metadata.xml +++ b/sys-auth/sssd/metadata.xml @@ -16,6 +16,7 @@ Add support for the nfsv4 idmapd plugin provided by net-libs/libnfsidmap Add Privileged Attribute Certificate Support for Kerberos Build helper to let app-admin/sudo use sssd provided information + Enable SystemTAP/DTrace tracing Depend on dev-util/valgrind for test suite diff --git a/sys-auth/sssd/sssd-2.5.0.ebuild b/sys-auth/sssd/sssd-2.5.0.ebuild index d77b8f6445b..f3bfe43fa44 100644 --- a/sys-auth/sssd/sssd-2.5.0.ebuild +++ b/sys-auth/sssd/sssd-2.5.0.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x LICENSE="GPL-3" SLOT="0" -IUSE="acl doc +locator +netlink nfsv4 nls +man pac python samba selinux sudo systemd test valgrind" +IUSE="acl doc +locator +netlink nfsv4 nls +man pac python samba selinux sudo systemd systemtap test valgrind" RESTRICT="!test? ( test )" REQUIRED_USE="pac? ( samba ) @@ -62,7 +62,8 @@ DEPEND=" dev-libs/jansson:0= net-libs/http-parser:0= net-misc/curl:0= - )" + ) + systemtap? ( dev-util/systemtap )" RDEPEND="${DEPEND} >=sys-libs/glibc-2.17[nscd] selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )" @@ -172,6 +173,7 @@ multilib_src_configure() { $(multilib_native_use_with sudo) $(multilib_native_with autofs) $(multilib_native_with ssh) + $(use_enable systemtap) $(use_enable valgrind) --without-python2-bindings $(multilib_native_use_with python python3-bindings)