diff options
author | 2023-11-21 18:21:37 +0200 | |
---|---|---|
committer | 2023-11-21 18:22:35 +0200 | |
commit | e936199a1316f98c882a8829b52c09121677d356 (patch) | |
tree | 8af9dad26aeb1b75b9e81efb603f5778c71fe36a /www-client | |
parent | dev-python/boltons: Stabilize 23.1.1 ALLARCHES, #917661 (diff) | |
download | gentoo-e936199a1316f98c882a8829b52c09121677d356.tar.gz gentoo-e936199a1316f98c882a8829b52c09121677d356.tar.bz2 gentoo-e936199a1316f98c882a8829b52c09121677d356.zip |
www-client/firefox: update the jumbo-build requirement on 120.0
- I wrote the logic wrong way around in the ebuild.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-120.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-120.0.ebuild b/www-client/firefox/firefox-120.0.ebuild index b32b41ad1a3e..c7fbedecf97e 100644 --- a/www-client/firefox/firefox-120.0.ebuild +++ b/www-client/firefox/firefox-120.0.ebuild @@ -69,11 +69,11 @@ IUSE+=" +telemetry valgrind wayland wifi +X" # Firefox-only IUSE IUSE+=" geckodriver +gmp-autoupdate screencast" -# jumbo-build? ( system-icu ): build failure on firefox-120: +# "-jumbo-build +system-icu": build failure on firefox-120: # firefox-120.0/intl/components/src/TimeZone.cpp:345:3: error: use of undeclared identifier 'MOZ_TRY' REQUIRED_USE="|| ( X wayland ) debug? ( !system-av1 ) - jumbo-build? ( system-icu ) + !jumbo-build? ( !system-icu ) pgo? ( lto ) wifi? ( dbus )" |