diff options
author | Sam James <sam@gentoo.org> | 2024-01-14 04:18:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 04:18:41 +0000 |
commit | de0837b34ba8597fde66f5385c694ddb4a24982e (patch) | |
tree | be08ff6d61e2be1f634afb646b783c3975901158 /sys-auth | |
parent | sys-auth/nss-pam-ldapd: fix Python REQUIRED_USE (diff) | |
download | gentoo-de0837b34ba8597fde66f5385c694ddb4a24982e.tar.gz gentoo-de0837b34ba8597fde66f5385c694ddb4a24982e.tar.bz2 gentoo-de0837b34ba8597fde66f5385c694ddb4a24982e.zip |
sys-auth/nss-pam-ldapd: disable py3.9
Signed-off-by: Sam James <sam@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 be8cf405f24b..0f8f3074c0d5 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) 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 45bec6750bfa..bb818b9c0a9e 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools python-r1 s6 systemd tmpfiles multilib-minimal DESCRIPTION="NSS module for name lookups using LDAP" |