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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99D8415812D for ; Mon, 06 Jan 2025 20:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C19C2E077C; Mon, 06 Jan 2025 20:30:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 89C81E077C for ; Mon, 06 Jan 2025 20:30:35 +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 A81F9340C57 for ; Mon, 06 Jan 2025 20:30:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 058C8AF3 for ; Mon, 06 Jan 2025 20:30:33 +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: <1736195430.83ffeaf951ea1f2e8d3520b9d8d5a3d05866a464.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-134.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 83ffeaf951ea1f2e8d3520b9d8d5a3d05866a464 X-VCS-Branch: master Date: Mon, 06 Jan 2025 20:30:33 +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: 9503cf8c-eb50-4165-b741-01811f4ba22b X-Archives-Hash: 92abb4a409596c452ae65f714f567187 commit: 83ffeaf951ea1f2e8d3520b9d8d5a3d05866a464 Author: Joonas Niilola gentoo org> AuthorDate: Mon Jan 6 20:27:49 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jan 6 20:30:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ffeaf9 www-client/firefox: edit the comment about wasm-sandbox REQUIRED_USE - there might be a solution for clang <19, but will need to test it before implementing it. (bmo#1905251) Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-134.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/www-client/firefox/firefox-134.0.ebuild b/www-client/firefox/firefox-134.0.ebuild index fd8ced9e760d..d6b84147dda0 100644 --- a/www-client/firefox/firefox-134.0.ebuild +++ b/www-client/firefox/firefox-134.0.ebuild @@ -86,10 +86,9 @@ IUSE+=" +system-libvpx system-png +system-webp valgrind wayland wifi +X" IUSE+=" +gmp-autoupdate gnome-shell +jumbo-build openh264 +telemetry wasm-sandbox" # "wasm-sandbox? ( llvm_slot_19 )" - most likely due to wasi-sdk-25.0 being llvm-19 based, and -# llvm/clang-19 turning on reference types for wasm targets. While I hate this REQUIRED_USE -# constraint, it's either this or removing llvm-17/18 compat, or having upstream to patch -# clang-17/18 (not going to happen ever). Luckily clang-19 is already stable in Gentoo so it should -# be widely adopted already. +# llvm/clang-19 turning on reference types for wasm targets. Luckily clang-19 is already stable in +# Gentoo so it should be widely adopted already - however, it might be possible to workaround +# the constraint simply by modifying CFLAGS when using clang-17/18. Will need to investigate (bmo#1905251) REQUIRED_USE="|| ( X wayland ) debug? ( !system-av1 ) pgo? ( jumbo-build )