From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA444138330 for ; Tue, 29 May 2018 19:09:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08C25E077D; Tue, 29 May 2018 19:09:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA440E077D for ; Tue, 29 May 2018 19:09:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F38F6335C0C for ; Tue, 29 May 2018 19:09:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 534EA296 for ; Tue, 29 May 2018 19:09:45 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1527620970.0fad83982f58ae7069eccff3b4f750c03b152e03.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-60.0.1.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 0fad83982f58ae7069eccff3b4f750c03b152e03 X-VCS-Branch: master Date: Tue, 29 May 2018 19:09:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a9cebeea-819e-49eb-ae7b-621466499ce5 X-Archives-Hash: 3b98e128f0d6df14cdfc9e3c5ea9f0d3 commit: 0fad83982f58ae7069eccff3b4f750c03b152e03 Author: Jory A. Pratt gentoo org> AuthorDate: Tue May 29 19:09:30 2018 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue May 29 19:09:30 2018 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=0fad8398 www-client/firefox: remove obsolete code Package-Manager: Portage-2.3.40, Repoman-2.3.9 www-client/firefox/firefox-60.0.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/www-client/firefox/firefox-60.0.1.ebuild b/www-client/firefox/firefox-60.0.1.ebuild index 2bf75ce..15c832d 100644 --- a/www-client/firefox/firefox-60.0.1.ebuild +++ b/www-client/firefox/firefox-60.0.1.ebuild @@ -203,9 +203,6 @@ src_configure() { mozconfig_use_enable hardened hardening fi - # Only available on mozilla-overlay for experimentation -- Removed in Gentoo repo per bug 571180 - #use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL - # Setup api key for location services echo -n "${_google_api_key}" > "${S}"/google-api-key mozconfig_annotate '' --with-google-api-keyfile="${S}/google-api-key"