commit: 671bee20f5b134653b67f7cc46a6f1148e0b0120 Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Fri Aug 22 18:29:21 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Aug 26 06:42:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671bee20
dev-lang/spidermonkey: fix VariableOrderWrong Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43538 Closes: https://github.com/gentoo/gentoo/pull/43538 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-lang/spidermonkey/spidermonkey-140.2.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-140.2.0.ebuild b/dev-lang/spidermonkey/spidermonkey-140.2.0.ebuild index bfca83ffb604..23002bb016c6 100644 --- a/dev-lang/spidermonkey/spidermonkey-140.2.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-140.2.0.ebuild @@ -60,10 +60,11 @@ DESCRIPTION="Mozilla's JavaScript engine written in C and C++" HOMEPAGE="https://spidermonkey.dev https://firefox-source-docs.mozilla.org/js/index.html" SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES}.source.tar.xz ${PATCH_URIS[@]}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" - +S="${WORKDIR}/firefox-${PV%_*}" LICENSE="MPL-2.0" SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + IUSE="clang cpu_flags_arm_neon debug +jit test" #RESTRICT="test" @@ -88,8 +89,6 @@ DEPEND=">=dev-libs/icu-76.1:= sys-libs/zlib" RDEPEND="${DEPEND}" -S="${WORKDIR}/firefox-${PV%_*}" - llvm_check_deps() { if use clang ; then if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then
