Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-pam-ldapd/
Date: Tue, 01 Aug 2017 17:44:36
Message-Id: 1501609457.57d8f9156591dc15473cfea013a9b39ddced6177.chutzpah@gentoo
1 commit: 57d8f9156591dc15473cfea013a9b39ddced6177
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 17:44:17 2017 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 17:44:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d8f915
7
8 sys-auth/nss-pam-ldapd: Revision bump, actually drop python-ldap dep
9
10 The -r1 ebuild was refactored to make python-ldap no longer needed in
11 DEPEND, but I forgot to actually drop the dep.
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.3
14
15 .../{nss-pam-ldapd-0.9.8-r1.ebuild => nss-pam-ldapd-0.9.8-r2.ebuild} | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r1.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r2.ebuild
19 similarity index 99%
20 rename from sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r1.ebuild
21 rename to sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r2.ebuild
22 index f8ec1cb488f..d286f5f9a46 100644
23 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r1.ebuild
24 +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r2.ebuild
25 @@ -17,7 +17,6 @@ IUSE="debug kerberos +pam pynslcd sasl test +utils"
26
27 COMMON_DEP="
28 net-nds/openldap[${MULTILIB_USEDEP}]
29 - dev-python/python-ldap[${PYTHON_USEDEP}]
30 sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] )
31 kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
32 virtual/pam[${MULTILIB_USEDEP}]