summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-08-03 23:39:44 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-08-03 23:39:44 -0400
commitaa11a5d7def0d3d22271f2ef511a9ff449884ab6 (patch)
treed00eac2ad0b56ef21c50b7279a33e2ebb5ce1156
parentwww-client/firefox: drop firefox-47 as it has been superceded by 48.0 (diff)
downloadgentoo-aa11a5d7def0d3d22271f2ef511a9ff449884ab6.tar.gz
gentoo-aa11a5d7def0d3d22271f2ef511a9ff449884ab6.tar.bz2
gentoo-aa11a5d7def0d3d22271f2ef511a9ff449884ab6.zip
www-client/firefox-48: drop egl USE flag from gentoo-repo version, again.
Bug: http://bugs.gentoo.org/571180 Package-Manager: portage-2.2.28
-rw-r--r--www-client/firefox/firefox-48.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-48.0.ebuild b/www-client/firefox/firefox-48.0.ebuild
index f15ccf54c0d4..5a6e3cf290fd 100644
--- a/www-client/firefox/firefox-48.0.ebuild
+++ b/www-client/firefox/firefox-48.0.ebuild
@@ -43,7 +43,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 )
@@ -193,7 +193,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