commit: a9e7944ece6d801edc41864e933c4e6420790a95
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 22 11:29:32 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 11:30:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e7944e
www-client/firefox: drop the duplicate "system-jpeg" use flag from 141
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-client/firefox/firefox-141.0.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-client/firefox/firefox-141.0.ebuild
b/www-client/firefox/firefox-141.0.ebuild
index af10d96d3d73..ce441881d3c2 100644
--- a/www-client/firefox/firefox-141.0.ebuild
+++ b/www-client/firefox/firefox-141.0.ebuild
@@ -80,9 +80,9 @@ S="${WORKDIR}/${PN}-${PV%_*}"
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+clang dbus debug eme-free hardened hwaccel jack libproxy pgo pulseaudio
sndio selinux"
-IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-jpeg
+system-libevent"
-IUSE+=" +system-libvpx system-pipewire system-png +system-webp test valgrind
wayland wifi +X"
+IUSE="+clang dbus debug eme-free hardened hwaccel jack libproxy pgo pulseaudio
selinux sndio"
+IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent
+system-libvpx"
+IUSE+=" system-pipewire system-png +system-webp test valgrind wayland wifi +X"
# Firefox-only IUSE
IUSE+=" +gmp-autoupdate gnome-shell jpegxl +jumbo-build openh264 +telemetry
wasm-sandbox"
@@ -1129,7 +1129,7 @@ src_configure() {
src_compile() {
local virtx_cmd=
- if [[ ${use_lto} == "yes" ]] && tc-ld-is-mold; then
+ if [[ ${use_lto} == "yes" ]] && tc-ld-is-mold ; then
# increase ulimit with mold+lto, bugs #892641, #907485
if ! ulimit -n 16384 1>/dev/null 2>&1 ; then
ewarn "Unable to modify ulimits - building with
mold+lto might fail due to low ulimit -n resources."