diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-06 21:51:17 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-06 21:59:18 +0200 |
commit | 1550ece2430a799933364f96c7137e462bfd2737 (patch) | |
tree | 945c7a39cd22f55bdcae7dabfd29e654267b2b90 /sys-auth/nss-pam-ldapd | |
parent | dev-python/ansible-runner: enable py3.10, small ebuild cleanup (diff) | |
download | gentoo-1550ece2430a799933364f96c7137e462bfd2737.tar.gz gentoo-1550ece2430a799933364f96c7137e462bfd2737.tar.bz2 gentoo-1550ece2430a799933364f96c7137e462bfd2737.zip |
sys-auth/nss-pam-ldapd: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth/nss-pam-ldapd')
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild index e5b27e992d04..d6abaedaf53b 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{7..9}) +PYTHON_COMPAT=( python3_{8..10} ) inherit prefix python-r1 autotools multilib multilib-minimal systemd s6 tmpfiles DESCRIPTION="NSS module for name lookups using LDAP" |