commit: b9b8e58b330889384123fc20e0e8c8d9f1a65822 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Sep 18 17:39:18 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Sep 18 17:41:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b8e58b
www-client/firefox: invert the REQUIRED_USE logic for jumbo-build in 130 - it crashes with -jumbo-build. Bug: https://bugs.gentoo.org/939825 Bug: https://bugs.gentoo.org/939004 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-client/firefox/firefox-130.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/firefox-130.0.1.ebuild b/www-client/firefox/firefox-130.0.1.ebuild index 33479b566e73..602f370e132a 100644 --- a/www-client/firefox/firefox-130.0.1.ebuild +++ b/www-client/firefox/firefox-130.0.1.ebuild @@ -70,10 +70,10 @@ IUSE+=" wayland wifi +X" # Firefox-only IUSE IUSE+=" +gmp-autoupdate gnome-shell" -# jumbo-build? ( clang ) -> bmo#1914774, bgo#939004 - causes seemingly random compile crashes with gcc. +# !jumbo-build? ( clang ) -> bmo#1914774, bgo#939004 - causes seemingly random compile crashes with gcc. REQUIRED_USE="|| ( X wayland ) debug? ( !system-av1 ) - jumbo-build? ( clang ) + !jumbo-build? ( clang ) pgo? ( lto ) wayland? ( dbus ) wifi? ( dbus )"
