Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ldap/
Date: Sat, 12 Oct 2019 20:57:42
Message-Id: 1570913855.b35df2e64294bf62f5d2a14f025375d586c00e11.zlogene@gentoo
1 commit: b35df2e64294bf62f5d2a14f025375d586c00e11
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 20:57:30 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 20:57:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35df2e6
7
8 sys-auth/pam_ldap: migrate to sys-libs/pam
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-auth/pam_ldap/pam_ldap-186-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
17 index b0f4358dc68..61607c93ee6 100644
18 --- a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
19 +++ b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
27 IUSE="ssl sasl"
28
29 DEPEND="|| ( >=sys-libs/glibc-2.1.3 >=sys-freebsd/freebsd-lib-9.1 )
30 - >=virtual/pam-0-r1[${MULTILIB_USEDEP}]
31 + sys-libs/pam[${MULTILIB_USEDEP}]
32 >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}]
33 sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )"
34 RDEPEND="${DEPEND}"