summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-12-19 18:29:37 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-12-19 18:29:57 +0300
commitd9704406363224dd5a7f35653ccb312183b67ec8 (patch)
tree06d992104ac90dfe0f80e768225d011f72002f56 /sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
parentapp-misc/tracker-2.3.4: restrict to max vala:0.48 (diff)
downloadgentoo-d9704406363224dd5a7f35653ccb312183b67ec8.tar.gz
gentoo-d9704406363224dd5a7f35653ccb312183b67ec8.tar.bz2
gentoo-d9704406363224dd5a7f35653ccb312183b67ec8.zip
sys-auth/pam_ldap: port to EAPI=7
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth/pam_ldap/pam_ldap-186-r1.ebuild')
-rw-r--r--sys-auth/pam_ldap/pam_ldap-186-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
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() {