commit: 7015699fb099417b7331413afc6942bb7f2e0ace
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 22:10:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 22:34:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7015699f
sys-auth/pam_ldap: add virtual/libcrypt dependency
Needed for upcoming libcrypt migration.
Acked-by: David Seifert <soap <AT> gentoo.org>
Reported-by: Ulrich Müller <ulm <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/pam_ldap/{pam_ldap-186-r1.ebuild => pam_ldap-186-r2.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
b/sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
similarity index 94%
rename from sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
rename to sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
index a1a5e14b6b1..265ea06539f 100644
--- a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
+++ b/sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,6 +16,7 @@ IUSE="ssl sasl"
DEPEND="sys-libs/pam[${MULTILIB_USEDEP}]
>=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}]
+ virtual/libcrypt:=
sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )"
RDEPEND="${DEPEND}"