Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-pam-ldapd/
Date: Tue, 26 May 2020 16:16:15
Message-Id: 1590509651.c310862dd0e6066c8bc874a0308276ffe094bcde.prometheanfire@gentoo
1 commit: c310862dd0e6066c8bc874a0308276ffe094bcde
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 26 16:14:11 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 16:14:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c310862d
7
8 sys-auth/nss-pam-ldapd: add py37 support
9
10 Bug: https://bugs.gentoo.org/718520
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild
18 index a08dc110279..9fb273d5f3c 100644
19 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild
20 +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=(python3_6)
26 +PYTHON_COMPAT=(python3_6 python3_7)
27 inherit eutils prefix user python-r1 multilib multilib-minimal systemd s6
28
29 DESCRIPTION="NSS module for name lookups using LDAP"