net-libs/nodejs: Fix http-parser dep.
authorRobin H. Johnson <robbat2@gentoo.org>
Fri, 16 Dec 2016 00:50:31 +0000 (16:50 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Fri, 16 Dec 2016 00:51:33 +0000 (16:51 -0800)
Needed to compile stable 0.12.1[07].

X-Gentoo-Bug: 580700
Package-Manager: portage-2.3.2
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
net-libs/nodejs/nodejs-0.12.10.ebuild
net-libs/nodejs/nodejs-0.12.17.ebuild

index 0c5e289dd4a61993ea118bab1e2a7a649a55bb53..55e93718e821fdc78e24768612a6bfdbe97ac709 100644 (file)
@@ -24,7 +24,7 @@ IUSE="debug icu +npm +snapshot +ssl"
 RDEPEND="icu? ( dev-libs/icu )
        ${PYTHON_DEPS}
        ssl? ( dev-libs/openssl:0=[-bindist] )
-       >=net-libs/http-parser-2.3
+       >=net-libs/http-parser-2.6.1
        >=dev-libs/libuv-1.4.2"
 DEPEND="${RDEPEND}"
 
index 0c5e289dd4a61993ea118bab1e2a7a649a55bb53..55e93718e821fdc78e24768612a6bfdbe97ac709 100644 (file)
@@ -24,7 +24,7 @@ IUSE="debug icu +npm +snapshot +ssl"
 RDEPEND="icu? ( dev-libs/icu )
        ${PYTHON_DEPS}
        ssl? ( dev-libs/openssl:0=[-bindist] )
-       >=net-libs/http-parser-2.3
+       >=net-libs/http-parser-2.6.1
        >=dev-libs/libuv-1.4.2"
 DEPEND="${RDEPEND}"