Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ldap/
Date: Tue, 22 Jun 2021 22:38:16
Message-Id: 1624401277.7015699fb099417b7331413afc6942bb7f2e0ace.sam@gentoo
1 commit: 7015699fb099417b7331413afc6942bb7f2e0ace
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 22:10:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 22:34:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7015699f
7
8 sys-auth/pam_ldap: add virtual/libcrypt dependency
9
10 Needed for upcoming libcrypt migration.
11
12 Acked-by: David Seifert <soap <AT> gentoo.org>
13 Reported-by: Ulrich Müller <ulm <AT> gentoo.org>
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-auth/pam_ldap/{pam_ldap-186-r1.ebuild => pam_ldap-186-r2.ebuild} | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
20 similarity index 94%
21 rename from sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
22 rename to sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
23 index a1a5e14b6b1..265ea06539f 100644
24 --- a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
25 +++ b/sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2020 Gentoo Authors
28 +# Copyright 1999-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -16,6 +16,7 @@ IUSE="ssl sasl"
33
34 DEPEND="sys-libs/pam[${MULTILIB_USEDEP}]
35 >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}]
36 + virtual/libcrypt:=
37 sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )"
38
39 RDEPEND="${DEPEND}"