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: Wed, 04 Sep 2019 18:59:12
Message-Id: 1567623528.5b4aca3b6fb8d2d95ed83b7bd4f6eb16e02288f8.whissi@gentoo
1 commit: 5b4aca3b6fb8d2d95ed83b7bd4f6eb16e02288f8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 4 18:51:01 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 4 18:58:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4aca3b
7
8 www-client/firefox: dbus is now required
9
10 Link: https://bugzilla.mozilla.org/show_bug.cgi?id=1561207
11 Closes: https://bugs.gentoo.org/693468
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-client/firefox/firefox-69.0.ebuild | 16 ++++++++--------
15 1 file changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/www-client/firefox/firefox-69.0.ebuild b/www-client/firefox/firefox-69.0.ebuild
18 index 125ff3d5f5d..a029764966e 100644
19 --- a/www-client/firefox/firefox-69.0.ebuild
20 +++ b/www-client/firefox/firefox-69.0.ebuild
21 @@ -51,7 +51,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
22
23 SLOT="0"
24 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
25 -IUSE="bindist clang cpu_flags_x86_avx2 dbus debug eme-free geckodriver
26 +IUSE="bindist clang cpu_flags_x86_avx2 debug eme-free geckodriver
27 +gmp-autoupdate hardened hwaccel jack lto neon pgo pulseaudio
28 +screenshot selinux startup-notification +system-av1
29 +system-harfbuzz +system-icu +system-jpeg +system-libevent
30 @@ -79,8 +79,8 @@ CDEPEND="
31 >=media-libs/freetype-2.4.10
32 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) )
33 virtual/freedesktop-icon-theme
34 - dbus? ( >=sys-apps/dbus-0.60
35 - >=dev-libs/dbus-glib-0.72 )
36 + sys-apps/dbus
37 + dev-libs/dbus-glib
38 startup-notification? ( >=x11-libs/startup-notification-0.8 )
39 >=x11-libs/pixman-0.19.2
40 >=dev-libs/glib-2.26:2
41 @@ -108,9 +108,11 @@ CDEPEND="
42 )
43 system-sqlite? ( >=dev-db/sqlite-3.28.0:3[secure-delete,debug=] )
44 system-webp? ( >=media-libs/libwebp-1.0.2:0= )
45 - wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60
46 - >=dev-libs/dbus-glib-0.72
47 - net-misc/networkmanager ) )
48 + wifi? (
49 + kernel_linux? (
50 + net-misc/networkmanager
51 + )
52 + )
53 jack? ( virtual/jack )
54 selinux? ( sec-policy/selinux-mozilla )"
55
56 @@ -532,8 +534,6 @@ src_configure() {
57 python/mozbuild/mozbuild/controller/building.py || \
58 die "Failed to disable ccache stats call"
59
60 - mozconfig_use_enable dbus
61 -
62 mozconfig_use_enable wifi necko-wifi
63
64 mozconfig_use_enable geckodriver