diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-11-17 08:12:18 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-11-17 08:15:05 +0200 |
commit | de3b0196926e2838b98b1204cde5527d5a92e4e1 (patch) | |
tree | 3c1c946dff6d6788afec9e9944facc5de1c857ff | |
parent | dev-lang/python: Stabilize 3.8.20_p4 x86, #943634 (diff) | |
download | gentoo-de3b0196926e2838b98b1204cde5527d5a92e4e1.tar.gz gentoo-de3b0196926e2838b98b1204cde5527d5a92e4e1.tar.bz2 gentoo-de3b0196926e2838b98b1204cde5527d5a92e4e1.zip |
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 <juippis@gentoo.org>
-rw-r--r-- | www-client/firefox/firefox-132.0.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |