commit: ad7713b1a2ebc10b65718fc5b1047d0dca059558
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 1 22:09:55 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 1 22:12:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7713b1
sys-auth/nss-pam-ldapd: disable py3.10
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 880e45df0bf4..ea1b29d53b21 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..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit autotools python-r1 s6 systemd tmpfiles multilib-minimal
DESCRIPTION="NSS module for name lookups using LDAP"