Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Fri, 07 Sep 2018 17:16:09
Message-Id: 1536340528.fc1d94ce558c23011505380afaf6ea942f614172.whissi@gentoo
1 commit: fc1d94ce558c23011505380afaf6ea942f614172
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 12:37:35 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 17:15:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1d94ce
7
8 www-client/firefox: fix USE=-dbus
9
10 Closes: https://bugs.gentoo.org/665394
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 .../firefox/{firefox-62.0.ebuild => firefox-62.0-r1.ebuild} | 10 ++++++++--
14 1 file changed, 8 insertions(+), 2 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-62.0.ebuild b/www-client/firefox/firefox-62.0-r1.ebuild
17 similarity index 99%
18 rename from www-client/firefox/firefox-62.0.ebuild
19 rename to www-client/firefox/firefox-62.0-r1.ebuild
20 index 4de90fa36ef..2ce1c86ea93 100644
21 --- a/www-client/firefox/firefox-62.0.ebuild
22 +++ b/www-client/firefox/firefox-62.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 # Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI="6"
29 VIRTUALX_REQUIRED="pgo"
30 WANT_AUTOCONF="2.1"
31 MOZ_ESR=""
32 @@ -34,7 +34,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils llvm \
33 mozcoreconf-v6 pax-utils xdg-utils autotools mozlinguas-v2
34
35 DESCRIPTION="Firefox Web Browser"
36 -HOMEPAGE="http://www.mozilla.com/firefox"
37 +HOMEPAGE="https://www.mozilla.com/firefox"
38
39 KEYWORDS="~amd64 ~x86"
40
41 @@ -119,6 +119,8 @@ DEPEND="${CDEPEND}
42 amd64? ( >=dev-lang/yasm-1.1 virtual/opengl )
43 x86? ( >=dev-lang/yasm-1.1 virtual/opengl )"
44
45 +REQUIRED_USE="wifi? ( dbus )"
46 +
47 S="${WORKDIR}/firefox-${PV%_*}"
48
49 QA_PRESTRIPPED="usr/lib*/${PN}/firefox"
50 @@ -343,6 +345,10 @@ src_configure() {
51 mozconfig_annotate '-pulseaudio' --enable-alsa
52 fi
53
54 + mozconfig_use_enable dbus
55 +
56 + mozconfig_use_enable wifi necko-wifi
57 +
58 # enable JACK, bug 600002
59 mozconfig_use_enable jack