commit: eadfee9ab53fd963a0329ce51b9e2d1ac83fdd4c Author: Michal Rostecki <vadorovsky <AT> protonmail <DOT> com> AuthorDate: Thu Feb 26 13:42:20 2026 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 15:15:05 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadfee9a
dev-lang/spidermonkey: bump `LLVM_COMPAT` to 21 for 128.14.0 It builds just fine with LLVM/clang 21. Given that spidermonkey 128 is still the maximum version supported by dev-libs/gjs-1.84.2, increase its `LLVM_COMPAT` versions up to 21. Bug: https://bugs.gentoo.org/958167 Signed-off-by: Michal Rostecki <vadorovsky <AT> protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/154 Merges: https://codeberg.org/gentoo/gentoo/pulls/154 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-lang/spidermonkey/spidermonkey-128.14.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-128.14.0.ebuild b/dev-lang/spidermonkey/spidermonkey-128.14.0.ebuild index 8a7e27eb934b..82210e10a55b 100644 --- a/dev-lang/spidermonkey/spidermonkey-128.14.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-128.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -6,7 +6,7 @@ EAPI="8" FIREFOX_PATCHSET="firefox-128esr-patches-11.tar.xz" SPIDERMONKEY_PATCHSET="spidermonkey-128-patches-04.tar.xz" -LLVM_COMPAT=( 17 18 19 ) +LLVM_COMPAT=( 17 18 19 20 21 ) RUST_NEEDS_LLVM=1 PYTHON_COMPAT=( python3_{11..13} )
