Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Tue, 29 May 2018 19:09:49
Message-Id: 1527620970.0fad83982f58ae7069eccff3b4f750c03b152e03.anarchy@gentoo
1 commit: 0fad83982f58ae7069eccff3b4f750c03b152e03
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 19:09:30 2018 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 19:09:30 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=0fad8398
7
8 www-client/firefox: remove obsolete code
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 www-client/firefox/firefox-60.0.1.ebuild | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/www-client/firefox/firefox-60.0.1.ebuild b/www-client/firefox/firefox-60.0.1.ebuild
16 index 2bf75ce..15c832d 100644
17 --- a/www-client/firefox/firefox-60.0.1.ebuild
18 +++ b/www-client/firefox/firefox-60.0.1.ebuild
19 @@ -203,9 +203,6 @@ src_configure() {
20 mozconfig_use_enable hardened hardening
21 fi
22
23 - # Only available on mozilla-overlay for experimentation -- Removed in Gentoo repo per bug 571180
24 - #use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL
25 -
26 # Setup api key for location services
27 echo -n "${_google_api_key}" > "${S}"/google-api-key
28 mozconfig_annotate '' --with-google-api-keyfile="${S}/google-api-key"