summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-client/firefox/firefox-65.0.2.ebuild7
-rw-r--r--www-client/firefox/firefox-66.0_beta14.ebuild7
2 files changed, 0 insertions, 14 deletions
diff --git a/www-client/firefox/firefox-65.0.2.ebuild b/www-client/firefox/firefox-65.0.2.ebuild
index cca1d1d0101b..b90c657c3a14 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 1e639816710f..8218ed15c6bd 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