diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:37:53 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:37:58 -0500 |
commit | d517de23c2621246d5f9d3fc13a08c11e1dcc391 (patch) | |
tree | 6b440570dcfce1797656b4109697faba865e4e3d /sys-auth | |
parent | net-firewall/nftables: enable py3.12 (diff) | |
download | gentoo-d517de23c2621246d5f9d3fc13a08c11e1dcc391.tar.gz gentoo-d517de23c2621246d5f9d3fc13a08c11e1dcc391.tar.bz2 gentoo-d517de23c2621246d5f9d3fc13a08c11e1dcc391.zip |
sys-auth/nss-pam-ldapd: enable py3.12
Closes: https://bugs.gentoo.org/929824
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r2.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r2.ebuild index 0f8f3074c0d5..e84c116ffdc6 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r2.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-r1 s6 systemd tmpfiles multilib-minimal DESCRIPTION="NSS module for name lookups using LDAP" diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild index dea33acdbfbb..ea0d0a14c8e4 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-r1 s6 systemd tmpfiles multilib-minimal DESCRIPTION="NSS module for name lookups using LDAP" |