From e8a626377351095b9e9b88a94b2430e4ba5ec674 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 4 Aug 2025 07:12:45 +0000 Subject: [PATCH] dev-lang/python-exec: Sync with Gentoo It's from Gentoo commit 3c986dbc652294f7a3d76ef5e21e80b3ea31c8d0. --- .../dev-lang/python-exec/python-exec-2.4.10.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.10.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.10.ebuild index af542129b6..1ec3c923c8 100644 --- a/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.10.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-lang/python-exec/python-exec-2.4.10.ebuild @@ -3,7 +3,10 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +# This is just a stub for tooling, see the IUSE hack below. Don't panic +# if the array here doesn't contain the latest impl. If you can't use a +# new impl., it's likely because it's a stable-masked flag. +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit python-any-r1