commit:     6a2364a42f4927aa48f3277d2ac7fab95a04e4ee
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  1 11:32:51 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct  1 11:32:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2364a4

mozconfig-v6.60.eclass: re-enable stylo for x86

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 eclass/mozconfig-v6.60.eclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
index 6e6b0249bba..93f9ab8116a 100644
--- a/eclass/mozconfig-v6.60.eclass
+++ b/eclass/mozconfig-v6.60.eclass
@@ -212,9 +212,6 @@ mozconfig_config() {
                --with-system-zlib \
                --with-system-bz2
 
-       # Stylo is only broken on x86 builds
-       use x86 && mozconfig_annotate 'Upstream bug 1341234' --disable-stylo
-
        # Stylo is horribly broken on arm, renders GUI unusable
        use arm && mozconfig_annotate 'breaks UI on arm' --disable-stylo
 

Reply via email to