commit:     58f74662711953e590ab48131b24daa728b894c5
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  6 08:25:12 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 08:25:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f74662

net-libs/nodejs: Update live ebuild

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-libs/nodejs/nodejs-99999999.ebuild | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/net-libs/nodejs/nodejs-99999999.ebuild 
b/net-libs/nodejs/nodejs-99999999.ebuild
index 1b6515a23d4..e5e6f8a9d81 100644
--- a/net-libs/nodejs/nodejs-99999999.ebuild
+++ b/net-libs/nodejs/nodejs-99999999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-PYTHON_REQ_USE="threads"
+PYTHON_REQ_USE="threads(+)"
 inherit bash-completion-r1 flag-o-matic git-r3 pax-utils python-any-r1 
toolchain-funcs xdg-utils
 
 DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
@@ -22,7 +22,6 @@ REQUIRED_USE="
 RDEPEND="
        >=dev-libs/libuv-1.33.1:=
        >=net-dns/c-ares-1.15.0
-       >=net-libs/http-parser-2.9.0:=
        >=net-libs/nghttp2-1.39.2
        sys-libs/zlib
        icu? ( >=dev-libs/icu-64.2:= )
@@ -93,8 +92,7 @@ src_configure() {
        xdg_environment_reset
 
        local myconf=(
-               --shared-cares --shared-http-parser --shared-libuv 
--shared-nghttp2
-               --shared-zlib
+               --shared-cares --shared-libuv --shared-nghttp2 --shared-zlib
        )
        use debug && myconf+=( --debug )
        use icu && myconf+=( --with-intl=system-icu ) || myconf+=( 
--with-intl=none )
@@ -144,11 +142,6 @@ src_install() {
        done
 
        if use doc; then
-               # Patch docs to make them offline readable
-               for i in `grep -rl 'fonts.googleapis.com' 
"${S}"/out/doc/api/*`; do
-                       sed -i '/fonts.googleapis.com/ d' $i;
-               done
-               # Install docs
                docinto html
                dodoc -r "${S}"/doc/*
        fi

Reply via email to