From 7e63eba2b82e2e3b88812f17d721eb777a7cedb9 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Mon, 28 Aug 2017 13:16:51 -0400 Subject: remove redundant wifi config from firefox-55 ebuild, mozsupport.eclass does it via in_iuse --- www-client/firefox/firefox-55.0.2.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/www-client/firefox/firefox-55.0.2.ebuild b/www-client/firefox/firefox-55.0.2.ebuild index e7d2b5b7..dfc27156 100644 --- a/www-client/firefox/firefox-55.0.2.ebuild +++ b/www-client/firefox/firefox-55.0.2.ebuild @@ -252,13 +252,6 @@ src_configure() { mozconfig_init mozconfig_config - # wifi pulls in dbus so force it if unset via USE=dbus. - mozconfig_use_enable wifi necko-wifi - if use kernel_linux && use wifi && ! use dbus; then - einfo "Enabling dbus support due to wifi request" - mozconfig_annotate 'dbus required by necko-wifi on linux' --enable-dbus - fi - # enable JACK, bug 600002 mozconfig_use_enable jack -- cgit v1.2.3-65-gdbad