summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-22 23:10:44 +0100
committerSam James <sam@gentoo.org>2021-06-22 23:34:37 +0100
commit7015699fb099417b7331413afc6942bb7f2e0ace (patch)
treea016f8255170cb4d3724ba9c393a619a01934ff7 /sys-auth
parentapp-benchmarks/stress-ng: add virtual/libcrypt dependency (diff)
downloadgentoo-7015699fb099417b7331413afc6942bb7f2e0ace.tar.gz
gentoo-7015699fb099417b7331413afc6942bb7f2e0ace.tar.bz2
gentoo-7015699fb099417b7331413afc6942bb7f2e0ace.zip
sys-auth/pam_ldap: add virtual/libcrypt dependency
Needed for upcoming libcrypt migration. Acked-by: David Seifert <soap@gentoo.org> Reported-by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_ldap/pam_ldap-186-r2.ebuild (renamed from sys-auth/pam_ldap/pam_ldap-186-r1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
index a1a5e14b6b16..265ea06539fc 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}"