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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9450F158009 for ; Wed, 28 Jun 2023 07:50:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4846E093B; Wed, 28 Jun 2023 07:50:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F0B2E093B for ; Wed, 28 Jun 2023 07:50:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5AF9335D06 for ; Wed, 28 Jun 2023 07:50:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36A10ACF for ; Wed, 28 Jun 2023 07:50:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687938610.21a5ce836183418861ac5d6f5bd2fff54273a5ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-pam-ldapd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild X-VCS-Directories: sys-auth/nss-pam-ldapd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 21a5ce836183418861ac5d6f5bd2fff54273a5ae X-VCS-Branch: master Date: Wed, 28 Jun 2023 07:50:51 +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: 4e9eab6c-2628-49d6-a08d-ac6f6219efe7 X-Archives-Hash: b0be75ebe7c1a559efc86120e8b1d6c3 commit: 21a5ce836183418861ac5d6f5bd2fff54273a5ae Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:44:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:50:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a5ce83 sys-auth/nss-pam-ldapd: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild index 2f0098518878..b151900c2b92 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" -IUSE="debug kerberos +pam pynslcd sasl test +utils" +IUSE="debug kerberos +pam pynslcd sasl selinux test +utils" REQUIRED_USE=" utils? ( ${PYTHON_REQUIRED_USE} ) test? ( ${PYTHON_REQUIRED_USE} pynslcd ) @@ -41,6 +41,7 @@ BDEPEND=" ${PYTHON_DEPS} test? ( dev-python/pylint[${PYTHON_USEDEP}] ) " +RDEPEND+=" selinux? ( sec-policy/selinux-nslcd )" PATCHES=( "${FILESDIR}"/nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch