diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2016-04-28 16:39:22 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2016-04-28 16:39:50 -0400 |
commit | 5b2398ef8f392231542ff9adc3bcc1cf4010f88e (patch) | |
tree | 5cd413295a723a14db709b8688e527167f809599 /www-client | |
parent | www-client/firefox: remove the re-added EGL flag from 45.x and 46.0 (diff) | |
download | gentoo-5b2398ef8f392231542ff9adc3bcc1cf4010f88e.tar.gz gentoo-5b2398ef8f392231542ff9adc3bcc1cf4010f88e.tar.bz2 gentoo-5b2398ef8f392231542ff9adc3bcc1cf4010f88e.zip |
www-client/firefox-45.1.0: drop experimental qt support
Experimental QT5 support belongs only in mozilla-overlay
Package-Manager: portage-2.2.26
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-45.1.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www-client/firefox/firefox-45.1.0.ebuild b/www-client/firefox/firefox-45.1.0.ebuild index 99eaa7592aa9..67e1b8b47706 100644 --- a/www-client/firefox/firefox-45.1.0.ebuild +++ b/www-client/firefox/firefox-45.1.0.ebuild @@ -31,7 +31,6 @@ PATCH="${PN}-45.0-patches-04" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZCONFIG_OPTIONAL_GTK3="enabled" -MOZCONFIG_OPTIONAL_QT5=1 MOZCONFIG_OPTIONAL_WIFI=1 MOZCONFIG_OPTIONAL_JIT="enabled" @@ -133,8 +132,7 @@ src_prepare() { # Apply our patches eapply "${WORKDIR}/firefox" \ "${FILESDIR}"/arm64-4-link-chromium-mutex-based-atomics.patch \ - "${FILESDIR}"/arm64-5-mozjemalloc-no-static-page-sizes.patch \ - "${FILESDIR}"/${PN}-45-qt-widget-fix.patch + "${FILESDIR}"/arm64-5-mozjemalloc-no-static-page-sizes.patch # Allow user to apply any additional patches without modifing ebuild eapply_user |