commit:     09f6c8ec41c042517c8b79d166942d8bad098351
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 13:19:40 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 13:19:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f6c8ec

dev-lang/spidermonkey: disable rust-simd on 102.15.0

Closes: https://bugs.gentoo.org/915381
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-lang/spidermonkey/spidermonkey-102.15.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-102.15.0.ebuild 
b/dev-lang/spidermonkey/spidermonkey-102.15.0.ebuild
index 87b04e13a382..0474227201f1 100644
--- a/dev-lang/spidermonkey/spidermonkey-102.15.0.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-102.15.0.ebuild
@@ -314,9 +314,8 @@ src_configure() {
                myeconfargs+=( --disable-debug-symbols )
        fi
 
-       if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then
-               myeconfargs+=( --enable-rust-simd )
-       fi
+       # Always troubling with newer rust versions.
+       myeconfargs+=( --disable-rust-simd )
 
        # Modifications to better support ARM, bug 717344
        if use cpu_flags_arm_neon ; then

Reply via email to