summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-09 12:19:58 +0100
committerSam James <sam@gentoo.org>2024-05-09 12:32:37 +0100
commit2b592fec9153025b82e8bd02b4fa6c13579da16d (patch)
tree259ea9841d9fcdad5ce501f771a41d9eba6dc0fc /sys-auth
parentsys-auth/ssh-import-id: fix EmptyGlobalAssignment (diff)
downloadgentoo-2b592fec9153025b82e8bd02b4fa6c13579da16d.tar.gz
gentoo-2b592fec9153025b82e8bd02b4fa6c13579da16d.tar.bz2
gentoo-2b592fec9153025b82e8bd02b4fa6c13579da16d.zip
sys-auth/ssh-import-id: enable py3.12
Closes: https://bugs.gentoo.org/929825 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
index 08dd75a431f3..fc69019e6ff3 100644
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1