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

- we always end up disabling rust-simd at some point due to it always
   breaking with newer rust versions.

Closes: https://bugs.gentoo.org/933372
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2024-06-02 08:05:31 +03:00
parent 00bb7b0c75
commit 91e98551c6

View File

@@ -391,9 +391,8 @@ src_configure() {
myeconfargs+=( --disable-real-time-tracing )
fi
if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then
myeconfargs+=( --enable-rust-simd )
fi
# We always end up disabling this at some point due to newer rust versions. bgo#933372
myeconfargs+=( --disable-rust-simd )
# Modifications to better support ARM, bug 717344
if use cpu_flags_arm_neon ; then