diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-11 23:48:50 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-11 23:57:38 +0100 |
commit | 7cc3fd1e855d1f5a01788268d6254cad6bf0933f (patch) | |
tree | 110c58d36447dc18786ed12ef09fb2eea2991b13 /dev-lang/spidermonkey | |
parent | app-misc/mc: simplify the running-as-root check (diff) | |
download | gentoo-7cc3fd1e855d1f5a01788268d6254cad6bf0933f.tar.gz gentoo-7cc3fd1e855d1f5a01788268d6254cad6bf0933f.tar.bz2 gentoo-7cc3fd1e855d1f5a01788268d6254cad6bf0933f.zip |
dev-lang/spidermonkey: keyword 68.12.0 for -riscv
src_configure dies due to riscv being an unsupported architecture.
Could be made to work by backporting
0041-bmo-1318905-Make-SpiderMonkey-build-on-Linux-RISC-V.patch
from firefox-68 patch sets (it applies without errors to 68.12.0
and allows it to compile) - but given there is literally ONE package in
the tree (net-libs/libproxy) requiring this particular Spidermonkey slot
and it seems that it will be trivial to update to slot 78, it's probably
not worth the trouble.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild b/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild index 138f64d66a40..17fed702c273 100644 --- a/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) WANT_AUTOCONF="2.1" @@ -49,7 +49,8 @@ SRC_URI="${MOZ_SRC_URI} DESCRIPTION="SpiderMonkey is Mozilla's JavaScript engine written in C and C++" HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" +# riscv support requires a patch currently only available in firefox-78 patch sets +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 -riscv ~s390 sparc x86" SLOT="68" LICENSE="MPL-2.0" |