Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Thu, 28 Apr 2016 20:40:00
Message-Id: 1461875990.5b2398ef8f392231542ff9adc3bcc1cf4010f88e.axs@gentoo
1 commit: 5b2398ef8f392231542ff9adc3bcc1cf4010f88e
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 20:39:22 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 20:39:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2398ef
7
8 www-client/firefox-45.1.0: drop experimental qt support
9
10 Experimental QT5 support belongs only in mozilla-overlay
11
12 Package-Manager: portage-2.2.26
13
14 www-client/firefox/firefox-45.1.0.ebuild | 4 +---
15 1 file changed, 1 insertion(+), 3 deletions(-)
16
17 diff --git a/www-client/firefox/firefox-45.1.0.ebuild b/www-client/firefox/firefox-45.1.0.ebuild
18 index 99eaa75..67e1b8b 100644
19 --- a/www-client/firefox/firefox-45.1.0.ebuild
20 +++ b/www-client/firefox/firefox-45.1.0.ebuild
21 @@ -31,7 +31,6 @@ PATCH="${PN}-45.0-patches-04"
22 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases"
23
24 MOZCONFIG_OPTIONAL_GTK3="enabled"
25 -MOZCONFIG_OPTIONAL_QT5=1
26 MOZCONFIG_OPTIONAL_WIFI=1
27 MOZCONFIG_OPTIONAL_JIT="enabled"
28
29 @@ -133,8 +132,7 @@ src_prepare() {
30 # Apply our patches
31 eapply "${WORKDIR}/firefox" \
32 "${FILESDIR}"/arm64-4-link-chromium-mutex-based-atomics.patch \
33 - "${FILESDIR}"/arm64-5-mozjemalloc-no-static-page-sizes.patch \
34 - "${FILESDIR}"/${PN}-45-qt-widget-fix.patch
35 + "${FILESDIR}"/arm64-5-mozjemalloc-no-static-page-sizes.patch
36
37 # Allow user to apply any additional patches without modifing ebuild
38 eapply_user