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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B1D31382C5 for ; Mon, 19 Apr 2021 21:35:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77614E085E; Mon, 19 Apr 2021 21:35:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CAC5E085E for ; Mon, 19 Apr 2021 21:35:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2AEE340B63 for ; Mon, 19 Apr 2021 21:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3184C6BD for ; Mon, 19 Apr 2021 21:35:47 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1618868108.93f3c5a9bd1f18946bfc3987db669b37e733b8e3.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-78.10.0.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 93f3c5a9bd1f18946bfc3987db669b37e733b8e3 X-VCS-Branch: master Date: Mon, 19 Apr 2021 21:35:47 +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: 613b0b28-276f-45a6-9cd3-9c5703242e2c X-Archives-Hash: fe2dfe1daaaaf4114a071afc55ba5d6b commit: 93f3c5a9bd1f18946bfc3987db669b37e733b8e3 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Apr 19 21:34:26 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Apr 19 21:35:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f3c5a9 dev-lang/spidermonkey: drop LLVM:12 support to aid smooth upgrading USE=lto requires that LLVM version used by rust matches used LLVM version. However, dev-lang/rust-1.51 does not support latest LLVM version (12) so there is currently no way to automatically enforce all depedencies. This seems to be too challenging for average Gentoo users so we are dropping LLVM:12 support for now to aid smooth upgrading. Bug: https://bugs.gentoo.org/784125 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> dev-lang/spidermonkey/spidermonkey-78.10.0.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-78.10.0.ebuild b/dev-lang/spidermonkey/spidermonkey-78.10.0.ebuild index aaf36498e40..ee0d3370980 100644 --- a/dev-lang/spidermonkey/spidermonkey-78.10.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-78.10.0.ebuild @@ -7,7 +7,7 @@ EAPI="7" FIREFOX_PATCHSET="firefox-78esr-patches-10.tar.xz" SPIDERMONKEY_PATCHSET="spidermonkey-78-patches-03.tar.xz" -LLVM_MAX_SLOT=12 +LLVM_MAX_SLOT=11 PYTHON_COMPAT=( python3_{7..9} ) @@ -72,13 +72,6 @@ BDEPEND="${PYTHON_DEPS} >=virtual/rust-1.41.0 virtual/pkgconfig || ( - ( - sys-devel/llvm:12 - clang? ( - sys-devel/clang:12 - lto? ( =sys-devel/lld-12* ) - ) - ) ( sys-devel/llvm:11 clang? (