Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Wed, 03 Nov 2021 07:36:00
Message-Id: 1635924847.8493558bc5ad080cd7e1ba8d955981a3cf2d420a.juippis@gentoo
1 commit: 8493558bc5ad080cd7e1ba8d955981a3cf2d420a
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 3 07:34:07 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 3 07:34:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8493558b
7
8 www-client/firefox: add REQUIRED_USE="wifi? ( dbus )" for 91.3.0
9
10 - DEBUG: configure: error: Necko WiFi scanning needs DBus on your platform,
11 remove --disable-dbus or use --disable-necko-wifi
12
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 www-client/firefox/firefox-91.3.0.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/www-client/firefox/firefox-91.3.0.ebuild b/www-client/firefox/firefox-91.3.0.ebuild
19 index 7764b7c4a09..bec0a5d6c23 100644
20 --- a/www-client/firefox/firefox-91.3.0.ebuild
21 +++ b/www-client/firefox/firefox-91.3.0.ebuild
22 @@ -67,7 +67,8 @@ IUSE="+clang cpu_flags_arm_neon dbus debug eme-free geckodriver +gmp-autoupdate
23 +system-libvpx +system-webp wayland wifi"
24
25 REQUIRED_USE="debug? ( !system-av1 )
26 - screencast? ( wayland )"
27 + screencast? ( wayland )
28 + wifi? ( dbus )"
29
30 BDEPEND="${PYTHON_DEPS}
31 app-arch/unzip