tdev-util/emscripten: Cleanup. - parlay - yet another gentoo overlay
 (HTM) git clone https://git.parazyd.org/parlay
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit e047db9a6d7ff8641ebc144f9b3285a9757c5828
 (DIR) parent 6c8dba3d6df6ea9ec61c7ccf37322ee3591c4a46
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue,  9 Feb 2021 23:46:26 +0100
       
       dev-util/emscripten: Cleanup.
       
       Diffstat:
         M dev-util/emscripten/emscripten-2.0… |       8 +++-----
       
       1 file changed, 3 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/dev-util/emscripten/emscripten-2.0.8.ebuild b/dev-util/emscripten/emscripten-2.0.8.ebuild
       t@@ -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"
       t@@ -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