Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 01 Oct 2018 11:35:30
Message-Id: 1538393571.6a2364a42f4927aa48f3277d2ac7fab95a04e4ee.whissi@gentoo
1 commit: 6a2364a42f4927aa48f3277d2ac7fab95a04e4ee
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 11:32:51 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 11:32:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2364a4
7
8 mozconfig-v6.60.eclass: re-enable stylo for x86
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 eclass/mozconfig-v6.60.eclass | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
16 index 6e6b0249bba..93f9ab8116a 100644
17 --- a/eclass/mozconfig-v6.60.eclass
18 +++ b/eclass/mozconfig-v6.60.eclass
19 @@ -212,9 +212,6 @@ mozconfig_config() {
20 --with-system-zlib \
21 --with-system-bz2
22
23 - # Stylo is only broken on x86 builds
24 - use x86 && mozconfig_annotate 'Upstream bug 1341234' --disable-stylo
25 -
26 # Stylo is horribly broken on arm, renders GUI unusable
27 use arm && mozconfig_annotate 'breaks UI on arm' --disable-stylo