summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.15.0_alpha1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.15.0_alpha1.ebuild')
-rw-r--r--dev-lang/python/python-3.15.0_alpha1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.15.0_alpha1.ebuild b/dev-lang/python/python-3.15.0_alpha1.ebuild
index 21cd4d1869fe..aa17c91c384b 100644
--- a/dev-lang/python/python-3.15.0_alpha1.ebuild
+++ b/dev-lang/python/python-3.15.0_alpha1.ebuild
@@ -95,7 +95,7 @@ BDEPEND="
)
tail-call-interp? (
|| (
- >=sys-devel/gcc-15:*
+ >=sys-devel/gcc-16:*
>=llvm-core/clang-19:*
)
)
@@ -147,7 +147,7 @@ pkg_setup() {
linux-info_pkg_setup
fi
if use tail-call-interp; then
- tc-check-min_ver gcc 15
+ tc-check-min_ver gcc 16
tc-check-min_ver clang 19
fi
fi