commit: 7260fb2228d8334e0304f69c86233c2792fb11bc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 23:26:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 23:50:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7260fb22
sys-auth/pam_ldap: add missing ${MULTILIB_USEDEP} for libcrypt dep
Fixes: 7015699fb099417b7331413afc6942bb7f2e0ace
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/pam_ldap/{pam_ldap-186-r2.ebuild => pam_ldap-186-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
b/sys-auth/pam_ldap/pam_ldap-186-r3.ebuild
similarity index 96%
rename from sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
rename to sys-auth/pam_ldap/pam_ldap-186-r3.ebuild
index 265ea06539f..4b2623eb820 100644
--- a/sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
+++ b/sys-auth/pam_ldap/pam_ldap-186-r3.ebuild
@@ -16,7 +16,7 @@ IUSE="ssl sasl"
DEPEND="sys-libs/pam[${MULTILIB_USEDEP}]
>=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}]
- virtual/libcrypt:=
+ virtual/libcrypt:=[${MULTILIB_USEDEP}]
sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )"
RDEPEND="${DEPEND}"