diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-07-22 21:32:07 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-07-22 21:32:47 -0500 |
commit | e1f41e75517723a71fe686b71abfac082fa6dccc (patch) | |
tree | d3a19987d09ea2192a7288f328f12b2297a39620 /sys-auth/nss-pam-ldapd | |
parent | app-admin/keepass: remove 2.35-r1 (diff) | |
download | gentoo-e1f41e75517723a71fe686b71abfac082fa6dccc.tar.gz gentoo-e1f41e75517723a71fe686b71abfac082fa6dccc.tar.bz2 gentoo-e1f41e75517723a71fe686b71abfac082fa6dccc.zip |
sys-auth/nss-pam-ldapd: add missing dep for bug 624608
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-auth/nss-pam-ldapd')
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild index 1a5796dd7ea9..a81e8746561a 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8.ebuild @@ -17,6 +17,7 @@ IUSE="debug kerberos +pam sasl test +utils" COMMON_DEP=" net-nds/openldap[${MULTILIB_USEDEP}] + dev-python/python-ldap[${PYTHON_USEDEP}] sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] ) kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] ) virtual/pam[${MULTILIB_USEDEP}] |