Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Thu, 04 Aug 2016 03:40:20
Message-Id: 1470281984.aa11a5d7def0d3d22271f2ef511a9ff449884ab6.axs@gentoo
1 commit: aa11a5d7def0d3d22271f2ef511a9ff449884ab6
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 03:39:44 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 03:39:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa11a5d7
7
8 www-client/firefox-48: drop egl USE flag from gentoo-repo version, again.
9
10 Bug: http://bugs.gentoo.org/571180
11
12 Package-Manager: portage-2.2.28
13
14 www-client/firefox/firefox-48.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-client/firefox/firefox-48.0.ebuild b/www-client/firefox/firefox-48.0.ebuild
18 index f15ccf5..5a6e3cf 100644
19 --- a/www-client/firefox/firefox-48.0.ebuild
20 +++ b/www-client/firefox/firefox-48.0.ebuild
21 @@ -43,7 +43,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x
22
23 SLOT="0"
24 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
25 -IUSE="bindist egl hardened +hwaccel pgo selinux +gmp-autoupdate test"
26 +IUSE="bindist hardened +hwaccel pgo selinux +gmp-autoupdate test"
27 RESTRICT="!bindist? ( bindist )"
28
29 PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz )
30 @@ -193,7 +193,7 @@ src_configure() {
31 use hardened && append-ldflags "-Wl,-z,relro,-z,now"
32
33 # Only available on mozilla-overlay for experimentation -- Removed in Gentoo repo per bug 571180
34 - use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL
35 + #use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL
36
37 # Setup api key for location services
38 echo -n "${_google_api_key}" > "${S}"/google-api-key