www-client/firefox: fix USE=-dbus
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 7 Sep 2018 12:37:35 +0000 (14:37 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 7 Sep 2018 17:15:28 +0000 (19:15 +0200)
Closes: https://bugs.gentoo.org/665394
Package-Manager: Portage-2.3.49, Repoman-2.3.10

www-client/firefox/firefox-62.0-r1.ebuild [moved from www-client/firefox/firefox-62.0.ebuild with 99% similarity]

similarity index 99%
rename from www-client/firefox/firefox-62.0.ebuild
rename to www-client/firefox/firefox-62.0-r1.ebuild
index 4de90fa36ef03c6033aa1f913a75a6ac6b574e8e..2ce1c86ea9398503a8c1248788c5d28800cc6621 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI="6"
 VIRTUALX_REQUIRED="pgo"
 WANT_AUTOCONF="2.1"
 MOZ_ESR=""
@@ -34,7 +34,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils llvm \
                mozcoreconf-v6 pax-utils xdg-utils autotools mozlinguas-v2
 
 DESCRIPTION="Firefox Web Browser"
-HOMEPAGE="http://www.mozilla.com/firefox"
+HOMEPAGE="https://www.mozilla.com/firefox"
 
 KEYWORDS="~amd64 ~x86"
 
@@ -119,6 +119,8 @@ DEPEND="${CDEPEND}
        amd64? ( >=dev-lang/yasm-1.1 virtual/opengl )
        x86? ( >=dev-lang/yasm-1.1 virtual/opengl )"
 
+REQUIRED_USE="wifi? ( dbus )"
+
 S="${WORKDIR}/firefox-${PV%_*}"
 
 QA_PRESTRIPPED="usr/lib*/${PN}/firefox"
@@ -343,6 +345,10 @@ src_configure() {
                mozconfig_annotate '-pulseaudio' --enable-alsa
        fi
 
+       mozconfig_use_enable dbus
+
+       mozconfig_use_enable wifi necko-wifi
+
        # enable JACK, bug 600002
        mozconfig_use_enable jack