commit: 21a5ce836183418861ac5d6f5bd2fff54273a5ae Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 28 07:44:35 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
