commit e047db9a6d7ff8641ebc144f9b3285a9757c5828
parent 6c8dba3d6df6ea9ec61c7ccf37322ee3591c4a46
Author: parazyd <parazyd@dyne.org>
Date: Tue, 9 Feb 2021 23:46:26 +0100
dev-util/emscripten: Cleanup.
Diffstat:
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-util/emscripten/emscripten-2.0.8.ebuild b/dev-util/emscripten/emscripten-2.0.8.ebuild
@@ -12,7 +12,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit python-single-r1
DESCRIPTION="Emscripten is a complete compiler toolchain to WebAssembly, using LLVM"
@@ -26,14 +26,12 @@ IUSE=""
RESTRICT="network-sandbox test"
RDEPEND="
+ ${BDEPEND}
dev-util/binaryen
- net-libs/nodejs
sys-devel/clang:11[llvm_targets_WebAssembly]
virtual/jre
"
-BDEPEND="
- net-libs/nodejs
-"
+BDEPEND="net-libs/nodejs:="
PATCHES=(
"${FILESDIR}"/emscripten-2.0.8-wasm-ld.patch