commit: c22370289719ee29af8f4debf57f3a591b468c5c Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Jul 1 16:12:23 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Jul 1 16:15:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2237028
profiles: mask python-3.13 enabled sm-128 The test phase crashes with 3.13 so I'm not fully convinced there won't be runtime issues with rdeps (gjs, libpeas) but try it out and report back in the linked bug #952299. Bug: https://bugs.gentoo.org/952299 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c56563e0e9a6..8c46c31eebc6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,13 @@ #--- END OF EXAMPLES --- +# Joonas Niilola <[email protected]> (2025-07-01) +# Python-3.13 enabled version of Spidermonkey. The test phase crashes +# with 3.13 so I'm not fully convinced there won't be runtime issues +# with rdeps (gjs, libpeas) but try it out and report back in +# bug #952299. +=dev-lang/spidermonkey-128.12.0-r1 + # Andreas Sturmlechner <[email protected]> (2025-06-29) # KF5-based package, unmaintained upstream, see also: # https://mail.kde.org/pipermail/release-team/2025-June/013683.html
