diff options
author | 2025-01-07 18:41:37 +0200 | |
---|---|---|
committer | 2025-01-07 19:19:55 +0200 | |
commit | 26d405407a20f409fe1c8dda2b8b88d51792d586 (patch) | |
tree | db872cad57745195f6c6c2bdc9d8893b4e162c68 /www-client/firefox | |
parent | profiles/base: mask firefox[wasm-sandbox] (diff) | |
download | gentoo-26d405407a20f409fe1c8dda2b8b88d51792d586.tar.gz gentoo-26d405407a20f409fe1c8dda2b8b88d51792d586.tar.bz2 gentoo-26d405407a20f409fe1c8dda2b8b88d51792d586.zip |
www-client/firefox: small stylistic fixes in 134.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-134.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-134.0.ebuild b/www-client/firefox/firefox-134.0.ebuild index d6b84147dda0..af9245e50f9b 100644 --- a/www-client/firefox/firefox-134.0.ebuild +++ b/www-client/firefox/firefox-134.0.ebuild @@ -54,7 +54,7 @@ MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" inherit autotools check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing \ - optfeature pax-utils python-any-r1 rust readme.gentoo-r1 toolchain-funcs virtualx xdg + optfeature pax-utils python-any-r1 readme.gentoo-r1 rust toolchain-funcs virtualx xdg MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" @@ -931,7 +931,6 @@ src_configure() { mozconfig_use_with system-harfbuzz system-graphite2 fi - if [[ ${use_lto} == "yes" ]] ; then if use clang ; then # Upstream only supports lld or mold when using clang. |