summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-03-10 10:33:00 -0500
committerIan Stakenvicius <axs@gentoo.org>2016-03-10 10:33:00 -0500
commit360de77452aa067e878749594464e1513940cc1a (patch)
treea010048f609a01e0884904950ae2ff36317f20ec
parentmedia-libs/raspberrypi-userland: bug fixes and improvements (diff)
downloadgentoo-360de77452aa067e878749594464e1513940cc1a.tar.gz
gentoo-360de77452aa067e878749594464e1513940cc1a.tar.bz2
gentoo-360de77452aa067e878749594464e1513940cc1a.zip
www-client/firefox: drop erroneously reintroduced egl USE flag.
This flag was reintroduced accidentally when migrating firefox-45.0 from mozilla-overlay, as it still fails at build time, this patch drops the flag again. Bug: https://bugs.gentoo.org/571180 Package-Manager: portage-2.2.26
-rw-r--r--www-client/firefox/firefox-45.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-45.0.ebuild b/www-client/firefox/firefox-45.0.ebuild
index 21295543f757..1bc35c4d0bca 100644
--- a/www-client/firefox/firefox-45.0.ebuild
+++ b/www-client/firefox/firefox-45.0.ebuild
@@ -43,7 +43,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linu
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...
@@ -203,7 +203,8 @@ src_configure() {
# Add full relro support for hardened
use hardened && append-ldflags "-Wl,-z,relro,-z,now"
- use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL
+ # Removed, 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