From d9704406363224dd5a7f35653ccb312183b67ec8 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 19 Dec 2020 18:29:37 +0300 Subject: sys-auth/pam_ldap: port to EAPI=7 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- sys-auth/pam_ldap/pam_ldap-186-r1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sys-auth') diff --git a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild index 0cd43d581f46..8c7afee1f10d 100644 --- a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils multilib-minimal pam +EAPI=7 + +inherit multilib-minimal pam DESCRIPTION="PAM LDAP Module" HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html" @@ -13,10 +14,10 @@ SLOT="0" KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="ssl sasl" -DEPEND=">=sys-libs/glibc-2.1.3 - sys-libs/pam[${MULTILIB_USEDEP}] +DEPEND="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}" multilib_src_configure() { -- cgit v1.2.3-65-gdbad