From: Mikle Kolyada Date: Sat, 12 Oct 2019 20:57:30 +0000 (+0300) Subject: sys-auth/pam_ldap: migrate to sys-libs/pam X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b35df2e64294bf62f5d2a14f025375d586c00e11;p=gentoo.git sys-auth/pam_ldap: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild index b0f4358dc68c..61607c93ee6e 100644 --- a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="ssl sasl" DEPEND="|| ( >=sys-libs/glibc-2.1.3 >=sys-freebsd/freebsd-lib-9.1 ) - >=virtual/pam-0-r1[${MULTILIB_USEDEP}] + sys-libs/pam[${MULTILIB_USEDEP}] >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND}"