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, 28 Apr 2016 20:40:00
Message-Id: 1461875987.0ed0359edea5ccc6871c6909ff213da1c58471e4.axs@gentoo
1 commit: 0ed0359edea5ccc6871c6909ff213da1c58471e4
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 20:34:27 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 20:39:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed0359e
7
8 www-client/firefox: remove the re-added EGL flag from 45.x and 46.0
9
10 ..again..
11
12 Bug: http://bugs.gentoo.org/571180#c18
13
14 Package-Manager: portage-2.2.26
15
16 www-client/firefox/firefox-45.1.0.ebuild | 4 ++--
17 www-client/firefox/firefox-46.0.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/www-client/firefox/firefox-45.1.0.ebuild b/www-client/firefox/firefox-45.1.0.ebuild
21 index 5dc1d44..99eaa75 100644
22 --- a/www-client/firefox/firefox-45.1.0.ebuild
23 +++ b/www-client/firefox/firefox-45.1.0.ebuild
24 @@ -44,7 +44,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x
25
26 SLOT="0"
27 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
28 -IUSE="bindist egl hardened +hwaccel pgo selinux +gmp-autoupdate test"
29 +IUSE="bindist hardened +hwaccel pgo selinux +gmp-autoupdate test"
30 RESTRICT="!bindist? ( bindist )"
31
32 # More URIs appended below...
33 @@ -208,7 +208,7 @@ src_configure() {
34 use hardened && append-ldflags "-Wl,-z,relro,-z,now"
35
36 # Only available on mozilla-overlay for experimentation -- Removed in Gentoo repo per bug 571180
37 - use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL
38 + #use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL
39
40 # Setup api key for location services
41 echo -n "${_google_api_key}" > "${S}"/google-api-key
42
43 diff --git a/www-client/firefox/firefox-46.0.ebuild b/www-client/firefox/firefox-46.0.ebuild
44 index b1a4225..3dd0989 100644
45 --- a/www-client/firefox/firefox-46.0.ebuild
46 +++ b/www-client/firefox/firefox-46.0.ebuild
47 @@ -44,7 +44,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x
48
49 SLOT="0"
50 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
51 -IUSE="bindist egl hardened +hwaccel pgo selinux +gmp-autoupdate test"
52 +IUSE="bindist hardened +hwaccel pgo selinux +gmp-autoupdate test"
53 RESTRICT="!bindist? ( bindist )"
54
55 PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz )
56 @@ -190,7 +190,7 @@ src_configure() {
57 use hardened && append-ldflags "-Wl,-z,relro,-z,now"
58
59 # Only available on mozilla-overlay for experimentation -- Removed in Gentoo repo per bug 571180
60 - use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL
61 + #use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL
62
63 # Setup api key for location services
64 echo -n "${_google_api_key}" > "${S}"/google-api-key