summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.14.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.14.9999.ebuild')
-rw-r--r--dev-lang/python/python-3.14.9999.ebuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.14.9999.ebuild b/dev-lang/python/python-3.14.9999.ebuild
index 6b946baf9083..f40e1772bf94 100644
--- a/dev-lang/python/python-3.14.9999.ebuild
+++ b/dev-lang/python/python-3.14.9999.ebuild
@@ -86,6 +86,12 @@ BDEPEND="
llvm-core/llvm:${LLVM_SLOT}
')
)
+ tail-call-interp? (
+ || (
+ >=sys-devel/gcc-15:*
+ >=llvm-core/clang-19:*
+ )
+ )
"
if [[ ${PV} != *_alpha* ]]; then
RDEPEND+="
@@ -134,6 +140,10 @@ pkg_setup() {
done
linux-info_pkg_setup
fi
+ if use tail-call-interp; then
+ tc-check-min_ver gcc 15
+ tc-check-min_ver clang 19
+ fi
fi
}