diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-07 14:37:35 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-07 19:15:28 +0200 |
commit | fc1d94ce558c23011505380afaf6ea942f614172 (patch) | |
tree | 0b406769eef02e88bf234644c567e6c03579e490 /www-client/firefox | |
parent | dev-python/python-consul: Drop maintainership (diff) | |
download | gentoo-fc1d94ce558c23011505380afaf6ea942f614172.tar.gz gentoo-fc1d94ce558c23011505380afaf6ea942f614172.tar.bz2 gentoo-fc1d94ce558c23011505380afaf6ea942f614172.zip |
www-client/firefox: fix USE=-dbus
Closes: https://bugs.gentoo.org/665394
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-62.0-r1.ebuild (renamed from www-client/firefox/firefox-62.0.ebuild) | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-62.0.ebuild b/www-client/firefox/firefox-62.0-r1.ebuild index 4de90fa36ef0..2ce1c86ea939 100644 --- a/www-client/firefox/firefox-62.0.ebuild +++ b/www-client/firefox/firefox-62.0-r1.ebuild @@ -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 |