diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-23 02:59:00 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-23 03:30:38 +0200 |
commit | 521cc0c2e0392539dc2c48d2c88e768fa6bf685d (patch) | |
tree | 24402632160b0712541d2f31a2c6dfb6efe82933 /www-client | |
parent | www-client/firefox: add Python 3.7 support (diff) | |
download | gentoo-521cc0c2e0392539dc2c48d2c88e768fa6bf685d.tar.gz gentoo-521cc0c2e0392539dc2c48d2c88e768fa6bf685d.tar.bz2 gentoo-521cc0c2e0392539dc2c48d2c88e768fa6bf685d.zip |
www-client/firefox: stylo engine cannot be disabled anymore
Bug: https://bugs.gentoo.org/666508
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-62.0.2.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild index c078f3810978..f19806bf3453 100644 --- a/www-client/firefox/firefox-62.0.2.ebuild +++ b/www-client/firefox/firefox-62.0.2.ebuild @@ -273,9 +273,6 @@ src_configure() { --with-system-zlib \ --with-system-bz2 - # Stylo is only broken on x86 builds - use x86 && mozconfig_annotate 'Upstream bug 1341234' --disable-stylo - # Must pass release in order to properly select linker mozconfig_annotate 'Enable by Gentoo' --enable-release |