commit: 2645e5cf8dc05aabe9b72b2205b42ad6bb6572b3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 1 22:08:40 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 1 22:08:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2645e5cf
sys-auth/nss-pam-ldapd: enable py3.13 Closes: https://bugs.gentoo.org/952723 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.13.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.13.ebuild index d82f9b4e97e5..880e45df0bf4 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.13.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.13.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools python-r1 s6 systemd tmpfiles multilib-minimal DESCRIPTION="NSS module for name lookups using LDAP"
