Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Wed, 13 Mar 2019 16:26:58
Message-Id: 1552494400.0540fdce47bb0f7e66d16fc4b0bdb4a44333fb3b.whissi@gentoo
1 commit: 0540fdce47bb0f7e66d16fc4b0bdb4a44333fb3b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 02:23:30 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 16:26:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0540fdce
7
8 www-client/firefox: drop conditional "--disable-skia"
9
10 Closes: https://bugs.gentoo.org/680178
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-client/firefox/firefox-65.0.2.ebuild | 7 -------
15 www-client/firefox/firefox-66.0_beta14.ebuild | 7 -------
16 2 files changed, 14 deletions(-)
17
18 diff --git a/www-client/firefox/firefox-65.0.2.ebuild b/www-client/firefox/firefox-65.0.2.ebuild
19 index cca1d1d0101..b90c657c3a1 100644
20 --- a/www-client/firefox/firefox-65.0.2.ebuild
21 +++ b/www-client/firefox/firefox-65.0.2.ebuild
22 @@ -475,13 +475,6 @@ src_configure() {
23 mozconfig_annotate '' --enable-rust-simd
24 fi
25
26 - # skia has no support for big-endian platforms
27 - if [[ $(tc-endian) == "big" ]] ; then
28 - mozconfig_annotate 'big endian target' --disable-skia
29 - else
30 - mozconfig_annotate '' --enable-skia
31 - fi
32 -
33 # use the gtk3 toolkit (the only one supported at this point)
34 # TODO: Will this result in automagic dependency on x11-libs/gtk+[wayland]?
35 mozconfig_annotate '' --enable-default-toolkit=cairo-gtk3
36
37 diff --git a/www-client/firefox/firefox-66.0_beta14.ebuild b/www-client/firefox/firefox-66.0_beta14.ebuild
38 index 1e639816710..8218ed15c6b 100644
39 --- a/www-client/firefox/firefox-66.0_beta14.ebuild
40 +++ b/www-client/firefox/firefox-66.0_beta14.ebuild
41 @@ -478,13 +478,6 @@ src_configure() {
42 mozconfig_annotate '' --enable-rust-simd
43 fi
44
45 - # skia has no support for big-endian platforms
46 - if [[ $(tc-endian) == "big" ]] ; then
47 - mozconfig_annotate 'big endian target' --disable-skia
48 - else
49 - mozconfig_annotate '' --enable-skia
50 - fi
51 -
52 # use the gtk3 toolkit (the only one supported at this point)
53 # TODO: Will this result in automagic dependency on x11-libs/gtk+[wayland]?
54 mozconfig_annotate '' --enable-default-toolkit=cairo-gtk3