commit: fc1d94ce558c23011505380afaf6ea942f614172 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Sep 7 12:37:35 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Sep 7 17:15:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1d94ce
www-client/firefox: fix USE=-dbus Closes: https://bugs.gentoo.org/665394 Package-Manager: Portage-2.3.49, Repoman-2.3.10 .../firefox/{firefox-62.0.ebuild => firefox-62.0-r1.ebuild} | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/firefox-62.0.ebuild b/www-client/firefox/firefox-62.0-r1.ebuild similarity index 99% rename from www-client/firefox/firefox-62.0.ebuild rename to www-client/firefox/firefox-62.0-r1.ebuild index 4de90fa36ef..2ce1c86ea93 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
