diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:57:30 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:57:35 +0300 |
commit | b35df2e64294bf62f5d2a14f025375d586c00e11 (patch) | |
tree | 3ba5812260abbc49658af13300dba7b20247f8fb /sys-auth/pam_ldap | |
parent | games-emulation/dolphin: added missing dependency (diff) | |
download | gentoo-b35df2e64294bf62f5d2a14f025375d586c00e11.tar.gz gentoo-b35df2e64294bf62f5d2a14f025375d586c00e11.tar.bz2 gentoo-b35df2e64294bf62f5d2a14f025375d586c00e11.zip |
sys-auth/pam_ldap: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth/pam_ldap')
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-186-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |