commit: 1e5de1e0c0ac84362ada2cd7b677fca91b2cab8e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:38:24 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 18:40:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5de1e0
app-portage/overlint: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/overlint/overlint-0.5.3-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/overlint/overlint-0.5.3-r6.ebuild
b/app-portage/overlint/overlint-0.5.3-r6.ebuild
index 2f217c4a4ae4..228820ce2a3e 100644
--- a/app-portage/overlint/overlint-0.5.3-r6.ebuild
+++ b/app-portage/overlint/overlint-0.5.3-r6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1