diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 00:04:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 00:04:11 +0000 |
commit | 659fdfb4de723fd0aabd22eed5053c1fcce5cb8b (patch) | |
tree | 04fdde9b1755ce41d4db486de760521d383d0cad /sys-auth | |
parent | sys-auth/nss_ldap: add subslot dep on OpenLDAP (diff) | |
download | gentoo-659fdfb4de723fd0aabd22eed5053c1fcce5cb8b.tar.gz gentoo-659fdfb4de723fd0aabd22eed5053c1fcce5cb8b.tar.bz2 gentoo-659fdfb4de723fd0aabd22eed5053c1fcce5cb8b.zip |
sys-auth/nss-pam-ldapd: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r1.ebuild (renamed from sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r1.ebuild index ec02a5427df5..88f0e013b023 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r1.ebuild @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )" COMMON_DEP=" acct-group/nslcd acct-user/nslcd - net-nds/openldap[${MULTILIB_USEDEP}] + net-nds/openldap:=[${MULTILIB_USEDEP}] sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] ) kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] ) sys-libs/pam[${MULTILIB_USEDEP}] |