diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-08 01:14:07 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-08 01:14:23 +0200 |
commit | 41eaecf1fce33a9f8b733861105c979a2c9ccd9a (patch) | |
tree | d2dd8103d838e7d3c26cc083ce0c8b3418a82bb6 /www-client | |
parent | dev-python/miniupnpc: stable 2.0.20180503 for ppc64, bug #665412 (diff) | |
download | gentoo-41eaecf1fce33a9f8b733861105c979a2c9ccd9a.tar.gz gentoo-41eaecf1fce33a9f8b733861105c979a2c9ccd9a.tar.bz2 gentoo-41eaecf1fce33a9f8b733861105c979a2c9ccd9a.zip |
www-client/firefox: patch ccache_stats function to avoid ccache calls
Closes: https://bugs.gentoo.org/665420
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-62.0-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-62.0-r1.ebuild b/www-client/firefox/firefox-62.0-r1.ebuild index 6f2ad021ba7d..ea15529b6e89 100644 --- a/www-client/firefox/firefox-62.0-r1.ebuild +++ b/www-client/firefox/firefox-62.0-r1.ebuild @@ -348,6 +348,9 @@ src_configure() { # Disable built-in ccache support to avoid sandbox violation, #665420 # Use FEATURES=ccache instead! mozconfig_annotate '' --without-ccache + sed -i -e 's/ccache_stats = None/return None/' \ + python/mozbuild/mozbuild/controller/building.py || \ + die "Failed to disable ccache stats call" mozconfig_use_enable dbus |