diff options
| author | Sam James <sam@gentoo.org> | 2025-12-07 09:06:12 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-12-07 09:07:08 +0000 |
| commit | dc024bb16b1fa14bd114ea2e5ca87d84da5b2dfa (patch) | |
| tree | faad58479bb4310f8f229eb3a46d34cda2f18cfc /dev-lang/python/python-0.3.15.0_alpha2.ebuild | |
| parent | c5e4e953f5a0e91c007b833537a2a0c0bba01846 (diff) | |
| download | gentoo-dc024bb16b1fa14bd114ea2e5ca87d84da5b2dfa.tar.gz gentoo-dc024bb16b1fa14bd114ea2e5ca87d84da5b2dfa.tar.bz2 gentoo-dc024bb16b1fa14bd114ea2e5ca87d84da5b2dfa.zip | |
dev-lang/python: update tail-call-interp requirements
Upstream retroactively changed the requirements to also need
__attribute__((preserve_none)) rather than just musttail, so it needs
unreleased GCC 16, or Clang 19.
Mask given we test it mostly with GCC, but people can unmask it locally
if they want to use Clang.
Closes: https://bugs.gentoo.org/967142
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-0.3.15.0_alpha2.ebuild')
| -rw-r--r-- | dev-lang/python/python-0.3.15.0_alpha2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-0.3.15.0_alpha2.ebuild b/dev-lang/python/python-0.3.15.0_alpha2.ebuild index 8774bf6a9d41..d4df9a53af78 100644 --- a/dev-lang/python/python-0.3.15.0_alpha2.ebuild +++ b/dev-lang/python/python-0.3.15.0_alpha2.ebuild @@ -87,7 +87,7 @@ BDEPEND=" virtual/pkgconfig tail-call-interp? ( || ( - >=sys-devel/gcc-15:* + >=sys-devel/gcc-16:* >=llvm-core/clang-19:* ) ) @@ -136,7 +136,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 |
