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 62EF813835A 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 860E2E0863; Mon, 19 Apr 2021 21:35:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6E186E0863 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 E0E5B340B27 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 1D15059C 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: <1618868077.4343b18757c41a58c0c40e95891d5582ec714dc7.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-78.10.0.ebuild www-client/firefox/firefox-88.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4343b18757c41a58c0c40e95891d5582ec714dc7 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: 7748b77f-6a01-4dc7-81bb-19f229e061e4 X-Archives-Hash: 445ee2ae9e1b15cfbefd6246156f34f2 commit: 4343b18757c41a58c0c40e95891d5582ec714dc7 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Apr 19 21:33:14 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Apr 19 21:34:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4343b187 www-client/firefox: 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/784215 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> www-client/firefox/firefox-78.10.0.ebuild | 10 +--------- www-client/firefox/firefox-88.0.ebuild | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/www-client/firefox/firefox-78.10.0.ebuild b/www-client/firefox/firefox-78.10.0.ebuild index 828551a4ac5..df54f455ff6 100644 --- a/www-client/firefox/firefox-78.10.0.ebuild +++ b/www-client/firefox/firefox-78.10.0.ebuild @@ -5,7 +5,7 @@ EAPI="7" FIREFOX_PATCHSET="firefox-78esr-patches-10.tar.xz" -LLVM_MAX_SLOT=12 +LLVM_MAX_SLOT=11 PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="ncurses,sqlite,ssl" @@ -78,14 +78,6 @@ BDEPEND="${PYTHON_DEPS} virtual/pkgconfig >=virtual/rust-1.41.0 || ( - ( - sys-devel/clang:12 - sys-devel/llvm:12 - clang? ( - =sys-devel/lld-12* - pgo? ( =sys-libs/compiler-rt-sanitizers-12*[profile] ) - ) - ) ( sys-devel/clang:11 sys-devel/llvm:11 diff --git a/www-client/firefox/firefox-88.0.ebuild b/www-client/firefox/firefox-88.0.ebuild index e4ce7f55368..55bcd16a48b 100644 --- a/www-client/firefox/firefox-88.0.ebuild +++ b/www-client/firefox/firefox-88.0.ebuild @@ -5,7 +5,7 @@ EAPI="7" FIREFOX_PATCHSET="firefox-88-patches-01.tar.xz" -LLVM_MAX_SLOT=12 +LLVM_MAX_SLOT=11 PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="ncurses,sqlite,ssl" @@ -77,14 +77,6 @@ BDEPEND="${PYTHON_DEPS} virtual/pkgconfig >=virtual/rust-1.47.0 || ( - ( - sys-devel/clang:12 - sys-devel/llvm:12 - clang? ( - =sys-devel/lld-12* - pgo? ( =sys-libs/compiler-rt-sanitizers-12*[profile] ) - ) - ) ( sys-devel/clang:11 sys-devel/llvm:11