diff options
author | Sam James <sam@gentoo.org> | 2021-06-23 00:26:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-23 00:50:56 +0100 |
commit | 7260fb2228d8334e0304f69c86233c2792fb11bc (patch) | |
tree | 7963ce13e9820faec602d725b51bd747404fa10f /sys-auth/pam_ldap | |
parent | net-misc/connman: drop old (diff) | |
download | gentoo-7260fb2228d8334e0304f69c86233c2792fb11bc.tar.gz gentoo-7260fb2228d8334e0304f69c86233c2792fb11bc.tar.bz2 gentoo-7260fb2228d8334e0304f69c86233c2792fb11bc.zip |
sys-auth/pam_ldap: add missing ${MULTILIB_USEDEP} for libcrypt dep
Fixes: 7015699fb099417b7331413afc6942bb7f2e0ace
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/pam_ldap')
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-186-r3.ebuild (renamed from sys-auth/pam_ldap/pam_ldap-186-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/pam_ldap/pam_ldap-186-r2.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r3.ebuild index 265ea06539fc..4b2623eb8208 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}" |