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 80D5015806E for ; Fri, 2 Jun 2023 16:15:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB3B6E0955; Fri, 2 Jun 2023 16:15:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 954B5E0955 for ; Fri, 2 Jun 2023 16:15:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8BF3341371 for ; Fri, 2 Jun 2023 16:15:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71AEE1D for ; Fri, 2 Jun 2023 16:15:56 +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: <1685722553.0f2975c5f586e53bcc33b09cde86c08c272d527c.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-113.0.2.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0f2975c5f586e53bcc33b09cde86c08c272d527c X-VCS-Branch: master Date: Fri, 2 Jun 2023 16:15:56 +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: 037d82de-d25f-437a-ab9a-1e3ce134ae79 X-Archives-Hash: 3829e5ae956b3fe92942fe2037c9c0a0 commit: 0f2975c5f586e53bcc33b09cde86c08c272d527c Author: Joonas Niilola gentoo org> AuthorDate: Fri Jun 2 16:14:24 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jun 2 16:15:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2975c5 www-client/firefox: enable clang-16 support via rust:0/llvm-16 on 113 Bug: https://bugs.gentoo.org/903061 Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-113.0.2.ebuild | 34 +++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/www-client/firefox/firefox-113.0.2.ebuild b/www-client/firefox/firefox-113.0.2.ebuild index 00e00080656d..930d02d96130 100644 --- a/www-client/firefox/firefox-113.0.2.ebuild +++ b/www-client/firefox/firefox-113.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 FIREFOX_PATCHSET="firefox-113-patches-01.tar.xz" -LLVM_MAX_SLOT=15 +LLVM_MAX_SLOT=16 PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses,sqlite,ssl" @@ -80,15 +80,31 @@ FF_ONLY_DEPEND="!www-client/firefox:0 screencast? ( media-video/pipewire:= ) selinux? ( sec-policy/selinux-mozilla )" BDEPEND="${PYTHON_DEPS} - sys-devel/clang:15 - sys-devel/llvm:15 - clang? ( - || ( - sys-devel/lld:15 - sys-devel/mold + || ( + ( + sys-devel/clang:16 + sys-devel/llvm:16 + clang? ( + || ( + sys-devel/lld:16 + sys-devel/mold + ) + virtual/rust:0/llvm-16 + pgo? ( =sys-libs/compiler-rt-sanitizers-16*[profile] ) + ) + ) + ( + sys-devel/clang:15 + sys-devel/llvm:15 + clang? ( + || ( + sys-devel/lld:15 + sys-devel/mold + ) + virtual/rust:0/llvm-15 + pgo? ( =sys-libs/compiler-rt-sanitizers-15*[profile] ) + ) ) - virtual/rust:0/llvm-15 - pgo? ( =sys-libs/compiler-rt-sanitizers-15*[profile] ) ) app-alternatives/awk app-arch/unzip