commit: 91e98551c62d8d9987c8403c0c76309d4ed0f4b4 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun Jun 2 05:05:31 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Jun 2 05:05:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e98551
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 <AT> gentoo.org> dev-lang/spidermonkey/spidermonkey-115.11.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-115.11.0.ebuild b/dev-lang/spidermonkey/spidermonkey-115.11.0.ebuild index 7f16d6e0ba80..d05229fccb53 100644 --- a/dev-lang/spidermonkey/spidermonkey-115.11.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-115.11.0.ebuild @@ -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
