Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:eclass-removal commit in: www-client/firefox/
Date: Mon, 28 Aug 2017 17:24:19
Message-Id: 1503940611.7e63eba2b82e2e3b88812f17d721eb777a7cedb9.axs@gentoo
1 commit: 7e63eba2b82e2e3b88812f17d721eb777a7cedb9
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 17:16:51 2017 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 17:16:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=7e63eba2
7
8 remove redundant wifi config from firefox-55 ebuild, mozsupport.eclass does it via in_iuse
9
10 www-client/firefox/firefox-55.0.2.ebuild | 7 -------
11 1 file changed, 7 deletions(-)
12
13 diff --git a/www-client/firefox/firefox-55.0.2.ebuild b/www-client/firefox/firefox-55.0.2.ebuild
14 index e7d2b5b..dfc2715 100644
15 --- a/www-client/firefox/firefox-55.0.2.ebuild
16 +++ b/www-client/firefox/firefox-55.0.2.ebuild
17 @@ -252,13 +252,6 @@ src_configure() {
18 mozconfig_init
19 mozconfig_config
20
21 - # wifi pulls in dbus so force it if unset via USE=dbus.
22 - mozconfig_use_enable wifi necko-wifi
23 - if use kernel_linux && use wifi && ! use dbus; then
24 - einfo "Enabling dbus support due to wifi request"
25 - mozconfig_annotate 'dbus required by necko-wifi on linux' --enable-dbus
26 - fi
27 -
28 # enable JACK, bug 600002
29 mozconfig_use_enable jack