summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-04-28 16:34:27 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-04-28 16:39:47 -0400
commit0ed0359edea5ccc6871c6909ff213da1c58471e4 (patch)
tree41b99a114bd494155691e11048f1fb207aaac617 /www-client/firefox
parentapp-crypt/codecrypt: add myself as co-maintainer (diff)
downloadgentoo-0ed0359edea5ccc6871c6909ff213da1c58471e4.tar.gz
gentoo-0ed0359edea5ccc6871c6909ff213da1c58471e4.tar.bz2
gentoo-0ed0359edea5ccc6871c6909ff213da1c58471e4.zip
www-client/firefox: remove the re-added EGL flag from 45.x and 46.0
..again.. Bug: http://bugs.gentoo.org/571180#c18 Package-Manager: portage-2.2.26
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-45.1.0.ebuild4
-rw-r--r--www-client/firefox/firefox-46.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/www-client/firefox/firefox-45.1.0.ebuild b/www-client/firefox/firefox-45.1.0.ebuild
index 5dc1d442ce95..99eaa7592aa9 100644
--- a/www-client/firefox/firefox-45.1.0.ebuild
+++ b/www-client/firefox/firefox-45.1.0.ebuild
@@ -44,7 +44,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x
SLOT="0"
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="bindist egl hardened +hwaccel pgo selinux +gmp-autoupdate test"
+IUSE="bindist hardened +hwaccel pgo selinux +gmp-autoupdate test"
RESTRICT="!bindist? ( bindist )"
# More URIs appended below...
@@ -208,7 +208,7 @@ src_configure() {
use hardened && append-ldflags "-Wl,-z,relro,-z,now"
# 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
+ #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
diff --git a/www-client/firefox/firefox-46.0.ebuild b/www-client/firefox/firefox-46.0.ebuild
index b1a42252e173..3dd0989d0dd9 100644
--- a/www-client/firefox/firefox-46.0.ebuild
+++ b/www-client/firefox/firefox-46.0.ebuild
@@ -44,7 +44,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x
SLOT="0"
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="bindist egl hardened +hwaccel pgo selinux +gmp-autoupdate test"
+IUSE="bindist hardened +hwaccel pgo selinux +gmp-autoupdate test"
RESTRICT="!bindist? ( bindist )"
PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz )
@@ -190,7 +190,7 @@ src_configure() {
use hardened && append-ldflags "-Wl,-z,relro,-z,now"
# 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
+ #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