diff options
author | 2019-03-13 03:23:30 +0100 | |
---|---|---|
committer | 2019-03-13 17:26:40 +0100 | |
commit | 0540fdce47bb0f7e66d16fc4b0bdb4a44333fb3b (patch) | |
tree | a59f33b456de9f7c99e382a65ba686c749aebf5e /www-client | |
parent | app-emulation/skopeo: version bump to 0.1.35 (diff) | |
download | gentoo-0540fdce47bb0f7e66d16fc4b0bdb4a44333fb3b.tar.gz gentoo-0540fdce47bb0f7e66d16fc4b0bdb4a44333fb3b.tar.bz2 gentoo-0540fdce47bb0f7e66d16fc4b0bdb4a44333fb3b.zip |
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@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-65.0.2.ebuild | 7 | ||||
-rw-r--r-- | www-client/firefox/firefox-66.0_beta14.ebuild | 7 |
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 |