commit: a7dd224ff8cb7bdab44fb3dc043b5cfbe4b25264 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Thu Aug 22 09:42:16 2024 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Thu Aug 22 09:43:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7dd224f
profiles/arch/loong: unmask USE=jit for >=dev-lang/spidermonkey-115 Tested on real hardware with and without USE=clang. Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> profiles/arch/loong/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 1844eb7efd05..d2440e46553b 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,11 @@ # Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2024-08-22) +# dev-lang/spidermonkey gained JIT support for loong since version 107, +# but the nearest packaged version is 115. +>=dev-lang/spidermonkey-115 -jit + # Andreas Sturmlechner <[email protected]> (2024-08-19) # kde-apps/kdesdk-thumbnailers is not yet keyworded kde-apps/thumbnailers gettext
