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 243E415808B for ; Sun, 10 Apr 2022 16:33:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16253E09F9; Sun, 10 Apr 2022 16:33:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEAA2E09F9 for ; Sun, 10 Apr 2022 16:33:02 +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 000D7341736 for ; Sun, 10 Apr 2022 16:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BB5B397 for ; Sun, 10 Apr 2022 16:33:00 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1649608377.484fc31e5a267dcb5ee1dc2cb53c4adebd47e1c1.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-91.8.0.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 484fc31e5a267dcb5ee1dc2cb53c4adebd47e1c1 X-VCS-Branch: master Date: Sun, 10 Apr 2022 16:33:00 +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: 6b172bc1-0da4-429c-821c-09f82e0a554e X-Archives-Hash: 625a50d608a75fc7ab3ebf75f5cde432 commit: 484fc31e5a267dcb5ee1dc2cb53c4adebd47e1c1 Author: Joonas Niilola gentoo org> AuthorDate: Sun Apr 10 16:30:08 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Apr 10 16:32:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484fc31e dev-lang/spidermonkey: enable llvm:14 on 91.8.0 Closes: https://bugs.gentoo.org/836587 Signed-off-by: Joonas Niilola gentoo.org> dev-lang/spidermonkey/spidermonkey-91.8.0.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-91.8.0.ebuild b/dev-lang/spidermonkey/spidermonkey-91.8.0.ebuild index 108943dd49e5..06804b5f0c08 100644 --- a/dev-lang/spidermonkey/spidermonkey-91.8.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-91.8.0.ebuild @@ -7,7 +7,7 @@ EAPI="7" FIREFOX_PATCHSET="firefox-91esr-patches-05j.tar.xz" SPIDERMONKEY_PATCHSET="spidermonkey-91-patches-04j.tar.xz" -LLVM_MAX_SLOT=13 +LLVM_MAX_SLOT=14 PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="ssl,xml(+)" @@ -77,6 +77,13 @@ BDEPEND="${PYTHON_DEPS} $(python_gen_any_dep 'dev-python/six[${PYTHON_USEDEP}]') ) || ( + ( + sys-devel/llvm:14 + clang? ( + sys-devel/clang:14 + lto? ( =sys-devel/lld-14* ) + ) + ) ( sys-devel/llvm:13 clang? (