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 8AC2315808B for ; Sun, 10 Apr 2022 16:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB41AE09F4; Sun, 10 Apr 2022 16:33:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 ACDEBE09F4 for ; Sun, 10 Apr 2022 16:33:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CACEB341721 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 11382391 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.2fd5f7c4a9ef9f6efaf7aca81c0049b15cb86d42.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-91.8.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2fd5f7c4a9ef9f6efaf7aca81c0049b15cb86d42 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: df6bb6e3-5531-4cdb-993a-6e2d40173905 X-Archives-Hash: 0cc064b2ca7ba2943a80603fe414c0e1 commit: 2fd5f7c4a9ef9f6efaf7aca81c0049b15cb86d42 Author: Joonas Niilola gentoo org> AuthorDate: Sun Apr 10 16:28:12 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=2fd5f7c4 www-client/firefox: enable llvm:14 for 91.8.0 Bug: https://bugs.gentoo.org/836587 Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-91.8.0.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-91.8.0.ebuild b/www-client/firefox/firefox-91.8.0.ebuild index b8aa9209728e..50abfefb5346 100644 --- a/www-client/firefox/firefox-91.8.0.ebuild +++ b/www-client/firefox/firefox-91.8.0.ebuild @@ -5,7 +5,7 @@ EAPI="7" FIREFOX_PATCHSET="firefox-91esr-patches-06j.tar.xz" -LLVM_MAX_SLOT=13 +LLVM_MAX_SLOT=14 PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="ncurses,sqlite,ssl" @@ -87,6 +87,15 @@ BDEPEND="${PYTHON_DEPS} virtual/pkgconfig >=virtual/rust-1.51.0 || ( + ( + sys-devel/clang:14 + sys-devel/llvm:14 + clang? ( + =sys-devel/lld-14* + pgo? ( =sys-libs/compiler-rt-sanitizers-14*[profile] ) + sys-devel/clang:14 + ) + ) ( sys-devel/clang:13 sys-devel/llvm:13