From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F000D158091 for ; Thu, 26 May 2022 00:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0012E081E; Thu, 26 May 2022 00:58:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A26C2E081E for ; Thu, 26 May 2022 00:58:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9825734154C for ; Thu, 26 May 2022 00:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D3654C8 for ; Thu, 26 May 2022 00:58:48 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1653526673.6866403d68b723ba02127ed96f466af46c87e42d.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-68.12.0-r1.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 6866403d68b723ba02127ed96f466af46c87e42d X-VCS-Branch: master Date: Thu, 26 May 2022 00:58:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7875584-6701-484d-aeb7-10a22b1ff31b X-Archives-Hash: c656839e465d30b141d20aa634af5dfe commit: 6866403d68b723ba02127ed96f466af46c87e42d Author: WANG Xuerui gentoo org> AuthorDate: Wed May 25 14:33:14 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu May 26 00:57:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6866403d dev-lang/spidermonkey: keyword 68.12.0-r1 for ~loong Only 4 test failures reported, normal function apparently not affected: REGRESSIONS non262/Intl/Date/toLocaleTimeString_timeZone.js non262/Intl/DateTimeFormat/japanese-gannen-year.js non262/Array/regress-157652.js non262/regress/regress-422348.js Compared with absolutely no spidermonkey, proceeding with keywording is certainly the better choice. We'll have latest spidermonkey once LLVM (and Rust) is ready. Closes: https://github.com/gentoo/gentoo/pull/25632 Acked-by: Joonas Niilola gentoo.org> Signed-off-by: WANG Xuerui gentoo.org> dev-lang/spidermonkey/spidermonkey-68.12.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-68.12.0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-68.12.0-r1.ebuild index 46cc4b1b3634..fa5485814854 100644 --- a/dev-lang/spidermonkey/spidermonkey-68.12.0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-68.12.0-r1.ebuild @@ -51,7 +51,7 @@ DESCRIPTION="SpiderMonkey is Mozilla's JavaScript engine written in C and C++" HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" # riscv support requires a patch currently only available in firefox-78 patch sets -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 -riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 -riscv sparc x86" SLOT="68" LICENSE="MPL-2.0"