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 23:14:39
Message-Id: 1536362063.41eaecf1fce33a9f8b733861105c979a2c9ccd9a.whissi@gentoo
1 commit: 41eaecf1fce33a9f8b733861105c979a2c9ccd9a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 23:14:07 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 23:14:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41eaecf1
7
8 www-client/firefox: patch ccache_stats function to avoid ccache calls
9
10 Closes: https://bugs.gentoo.org/665420
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 www-client/firefox/firefox-62.0-r1.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/www-client/firefox/firefox-62.0-r1.ebuild b/www-client/firefox/firefox-62.0-r1.ebuild
17 index 6f2ad021ba7..ea15529b6e8 100644
18 --- a/www-client/firefox/firefox-62.0-r1.ebuild
19 +++ b/www-client/firefox/firefox-62.0-r1.ebuild
20 @@ -348,6 +348,9 @@ src_configure() {
21 # Disable built-in ccache support to avoid sandbox violation, #665420
22 # Use FEATURES=ccache instead!
23 mozconfig_annotate '' --without-ccache
24 + sed -i -e 's/ccache_stats = None/return None/' \
25 + python/mozbuild/mozbuild/controller/building.py || \
26 + die "Failed to disable ccache stats call"
27
28 mozconfig_use_enable dbus