www-client/firefox-45.1.0: drop experimental qt support
authorIan Stakenvicius <axs@gentoo.org>
Thu, 28 Apr 2016 20:39:22 +0000 (16:39 -0400)
committerIan Stakenvicius <axs@gentoo.org>
Thu, 28 Apr 2016 20:39:50 +0000 (16:39 -0400)
Experimental QT5 support belongs only in mozilla-overlay

Package-Manager: portage-2.2.26

www-client/firefox/firefox-45.1.0.ebuild

index 99eaa7592aa962ef8e273828829231440c40fc9b..67e1b8b47706583cb6e524bad9b71d676daa0752 100644 (file)
@@ -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