commit: 0540fdce47bb0f7e66d16fc4b0bdb4a44333fb3b Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Mar 13 02:23:30 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Mar 13 16:26:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0540fdce
www-client/firefox: drop conditional "--disable-skia" Closes: https://bugs.gentoo.org/680178 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> www-client/firefox/firefox-65.0.2.ebuild | 7 ------- www-client/firefox/firefox-66.0_beta14.ebuild | 7 ------- 2 files changed, 14 deletions(-) diff --git a/www-client/firefox/firefox-65.0.2.ebuild b/www-client/firefox/firefox-65.0.2.ebuild index cca1d1d0101..b90c657c3a1 100644 --- a/www-client/firefox/firefox-65.0.2.ebuild +++ b/www-client/firefox/firefox-65.0.2.ebuild @@ -475,13 +475,6 @@ src_configure() { mozconfig_annotate '' --enable-rust-simd fi - # skia has no support for big-endian platforms - if [[ $(tc-endian) == "big" ]] ; then - mozconfig_annotate 'big endian target' --disable-skia - else - mozconfig_annotate '' --enable-skia - fi - # use the gtk3 toolkit (the only one supported at this point) # TODO: Will this result in automagic dependency on x11-libs/gtk+[wayland]? mozconfig_annotate '' --enable-default-toolkit=cairo-gtk3 diff --git a/www-client/firefox/firefox-66.0_beta14.ebuild b/www-client/firefox/firefox-66.0_beta14.ebuild index 1e639816710..8218ed15c6b 100644 --- a/www-client/firefox/firefox-66.0_beta14.ebuild +++ b/www-client/firefox/firefox-66.0_beta14.ebuild @@ -478,13 +478,6 @@ src_configure() { mozconfig_annotate '' --enable-rust-simd fi - # skia has no support for big-endian platforms - if [[ $(tc-endian) == "big" ]] ; then - mozconfig_annotate 'big endian target' --disable-skia - else - mozconfig_annotate '' --enable-skia - fi - # use the gtk3 toolkit (the only one supported at this point) # TODO: Will this result in automagic dependency on x11-libs/gtk+[wayland]? mozconfig_annotate '' --enable-default-toolkit=cairo-gtk3
