diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 18:51:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 18:51:28 +0100 |
commit | 86c110efbf2164d3dd788264bd2864d14f49550c (patch) | |
tree | 548edf21c514d5c901727b7ebce9ab7f18b61ce9 /sys-auth | |
parent | app-editors/teco: Stabilize 36_p19940820-r1 x86, #905426 (diff) | |
download | gentoo-86c110efbf2164d3dd788264bd2864d14f49550c.tar.gz gentoo-86c110efbf2164d3dd788264bd2864d14f49550c.tar.bz2 gentoo-86c110efbf2164d3dd788264bd2864d14f49550c.zip |
sys-auth/sssd: enable py3.11
Closes: https://bugs.gentoo.org/897274
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/sssd/sssd-2.5.2-r3.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/sssd/sssd-2.6.0-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/sssd/sssd-2.5.2-r3.ebuild b/sys-auth/sssd/sssd-2.5.2-r3.ebuild index ffbaa9bb9aea..fc6be18d464f 100644 --- a/sys-auth/sssd/sssd-2.5.2-r3.ebuild +++ b/sys-auth/sssd/sssd-2.5.2-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools linux-info multilib-minimal python-single-r1 pam systemd toolchain-funcs optfeature diff --git a/sys-auth/sssd/sssd-2.6.0-r2.ebuild b/sys-auth/sssd/sssd-2.6.0-r2.ebuild index 16066e1d4f25..d8c96ba61caf 100644 --- a/sys-auth/sssd/sssd-2.6.0-r2.ebuild +++ b/sys-auth/sssd/sssd-2.6.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools linux-info multilib-minimal optfeature python-single-r1 pam systemd toolchain-funcs |