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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49AF2158099 for ; Sun, 17 Nov 2024 06:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B32FE0AC4; Sun, 17 Nov 2024 06:16:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6E0A8E0AC4 for ; Sun, 17 Nov 2024 06:16:31 +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 78D6133BE18 for ; Sun, 17 Nov 2024 06:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9CC817EC for ; Sun, 17 Nov 2024 06:16:28 +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: <1731824105.de3b0196926e2838b98b1204cde5527d5a92e4e1.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-132.0.2.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: de3b0196926e2838b98b1204cde5527d5a92e4e1 X-VCS-Branch: master Date: Sun, 17 Nov 2024 06:16:28 +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: 884be0db-3da8-4ac0-bc1d-e1c31459af6b X-Archives-Hash: 56072514b41e1bf36618805d93879ce8 commit: de3b0196926e2838b98b1204cde5527d5a92e4e1 Author: Joonas Niilola gentoo org> AuthorDate: Sun Nov 17 06:12:18 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Nov 17 06:15:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3b0196 www-client/firefox: require lld with +wasm use flag - wasm-ld comes from lld which is needed to link wasm parts, even when compiling the rest of the browser with gcc. Compiler-rt might also be a strict requirement, but it should be present due to forced libclang dependency anyway. (While we usually don't rely on dependency chain, I'm not 100 % sure about the dep yet, so need to confirm that.) Closes: https://bugs.gentoo.org/943654 Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-132.0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/firefox/firefox-132.0.2.ebuild b/www-client/firefox/firefox-132.0.2.ebuild index d20c7fd48226..a4cb786aea1e 100644 --- a/www-client/firefox/firefox-132.0.2.ebuild +++ b/www-client/firefox/firefox-132.0.2.ebuild @@ -102,6 +102,7 @@ BDEPEND="${PYTHON_DEPS} sys-devel/lld:${LLVM_SLOT} pgo? ( sys-libs/compiler-rt-sanitizers:${LLVM_SLOT}[profile] ) ) + wasm? ( sys-devel/lld:${LLVM_SLOT} ) ') app-alternatives/awk app-arch/unzip