diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-10-16 20:18:32 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-10-16 20:18:55 -0500 |
commit | 507f46eea831bdde420d9d39698ea521a3b34e8d (patch) | |
tree | cd15d62c1d5c51f892bd9dbbe94fc517cb457dde /sys-auth/nss-pam-ldapd | |
parent | www-client/google-chrome-unstable: automated update (diff) | |
download | gentoo-507f46eea831bdde420d9d39698ea521a3b34e8d.tar.gz gentoo-507f46eea831bdde420d9d39698ea521a3b34e8d.tar.bz2 gentoo-507f46eea831bdde420d9d39698ea521a3b34e8d.zip |
we actually need pam now
Diffstat (limited to 'sys-auth/nss-pam-ldapd')
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild index 16a99df8cd63..71d30919e760 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.8.14-r2.ebuild @@ -19,7 +19,7 @@ DEPEND=" net-nds/openldap sasl? ( dev-libs/cyrus-sasl ) kerberos? ( virtual/krb5 ) - pam? ( virtual/pam ) + virtual/pam !sys-auth/nss_ldap !sys-auth/pam_ldap" RDEPEND="${DEPEND}" diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.7.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.7.ebuild index f5da09466b78..10b5796189de 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.7.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.7.ebuild @@ -20,7 +20,7 @@ COMMON_DEP=" net-nds/openldap[${MULTILIB_USEDEP}] sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] ) kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] ) - pam? ( virtual/pam[${MULTILIB_USEDEP}] ) + virtual/pam[${MULTILIB_USEDEP}] utils? ( ${PYTHON_DEPS} ) !sys-auth/nss_ldap !sys-auth/pam_ldap" |