diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:44:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:50:10 +0100 |
commit | 21a5ce836183418861ac5d6f5bd2fff54273a5ae (patch) | |
tree | 6e11ff88603ecb8162a359c7f109444c8cf9169e | |
parent | sys-apps/watchdog: add missing selinux policy dep (diff) | |
download | gentoo-21a5ce836183418861ac5d6f5bd2fff54273a5ae.tar.gz gentoo-21a5ce836183418861ac5d6f5bd2fff54273a5ae.tar.bz2 gentoo-21a5ce836183418861ac5d6f5bd2fff54273a5ae.zip |
sys-auth/nss-pam-ldapd: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |