summaryrefslogtreecommitdiff
path: root/dev-lang/python-exec/python-exec-2.4.10.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-03 19:08:23 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-03 19:08:23 +0000
commitedc3cf42be1b0b73cd7e2dacbfa1b1310e8df0ac (patch)
tree2c731f823c9ded86e5bbb2f15fde09426a1e640c /dev-lang/python-exec/python-exec-2.4.10.ebuild
parent285f8e6f8fb85820f4dd41229862f7020c794a5a (diff)
downloadbaldeagleos-repo-edc3cf42be1b0b73cd7e2dacbfa1b1310e8df0ac.tar.gz
baldeagleos-repo-edc3cf42be1b0b73cd7e2dacbfa1b1310e8df0ac.tar.xz
baldeagleos-repo-edc3cf42be1b0b73cd7e2dacbfa1b1310e8df0ac.zip
Adding metadata
Diffstat (limited to 'dev-lang/python-exec/python-exec-2.4.10.ebuild')
-rw-r--r--dev-lang/python-exec/python-exec-2.4.10.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/python-exec/python-exec-2.4.10.ebuild b/dev-lang/python-exec/python-exec-2.4.10.ebuild
index af542129b696..1ec3c923c8ef 100644
--- a/dev-lang/python-exec/python-exec-2.4.10.ebuild
+++ b/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