commit: 1bb81178ffb4b3e14231e14e05eb4b524e8ec93d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 00:04:29 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 00:04:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb81178
sys-auth/pam_ldap: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/pam_ldap/{pam_ldap-186-r3.ebuild => pam_ldap-186-r4.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/pam_ldap/pam_ldap-186-r3.ebuild
b/sys-auth/pam_ldap/pam_ldap-186-r4.ebuild
similarity index 95%
rename from sys-auth/pam_ldap/pam_ldap-186-r3.ebuild
rename to sys-auth/pam_ldap/pam_ldap-186-r4.ebuild
index aebb514b53ba..b2cb6a79d121 100644
--- a/sys-auth/pam_ldap/pam_ldap-186-r3.ebuild
+++ b/sys-auth/pam_ldap/pam_ldap-186-r4.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 sparc
x86"
IUSE="ssl sasl"
DEPEND="sys-libs/pam[${MULTILIB_USEDEP}]
- >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}]
+ >=net-nds/openldap-2.4.38-r1:=[${MULTILIB_USEDEP}]
virtual/libcrypt:=[${MULTILIB_USEDEP}]
sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )"