commit:     07afc9622a4dcc374a188a2627b28f3d2efea648
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 29 08:14:16 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jan 29 08:14:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07afc962

www-client/firefox: enable --enable-rust-simd

Closes: https://bugs.gentoo.org/676696
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-client/firefox/firefox-65.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-65.0.ebuild 
b/www-client/firefox/firefox-65.0.ebuild
index 3fe4b27355a..c8e59db836c 100644
--- a/www-client/firefox/firefox-65.0.ebuild
+++ b/www-client/firefox/firefox-65.0.ebuild
@@ -405,6 +405,10 @@ src_configure() {
                mozconfig_annotate '' 
--with-system-libevent="${SYSROOT}${EPREFIX}"/usr
        fi
 
+       if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then
+               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
@@ -485,7 +489,6 @@ src_compile() {
 
                addpredict /root
                addpredict /etc/gconf
-               set -x
        fi
 
        MOZ_MAKE_FLAGS="${MAKEOPTS} -O" SHELL="${SHELL:-${EPREFIX}/bin/bash}" 
MOZ_NOSPAM=1 ${_virtx} \

Reply via email to