commit: a6e912e8f506c8d5bfce81ed00d35b185f892a67 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 4 21:06:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 4 21:06:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e912e8
app-portage/gentoolkit: disable py3.14 for <0.6.11 Bug: https://bugs.gentoo.org/965514 Signed-off-by: Sam James <sam <AT> gentoo.org> app-portage/gentoolkit/gentoolkit-0.6.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gentoolkit/gentoolkit-0.6.10.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.10.ebuild index 89a2e325460d..8c1a95c3273b 100644 --- a/app-portage/gentoolkit/gentoolkit-0.6.10.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.6.10.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) PYTHON_REQ_USE="xml(+),threads(+)" inherit meson python-r1 tmpfiles
