commit: c65258c4f7104f4d193d5dba104fdb01387cb80f
Author: stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Sun Apr 15 18:41:34 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 18:57:27 2018 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c65258c4
dev-lang/rust: http-parser-2.8 breaks cargo from the stage0
dev-lang/rust/rust-1.23.0-r1.ebuild | 2 +-
dev-lang/rust/rust-1.23.0.ebuild | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-lang/rust/rust-1.23.0-r1.ebuild
b/dev-lang/rust/rust-1.23.0-r1.ebuild
index 3e9e387..c96312b 100644
--- a/dev-lang/rust/rust-1.23.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.23.0-r1.ebuild
@@ -80,7 +80,7 @@ RDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
<dev-libs/libressl-2.7.0:=
)
!libressl? ( dev-libs/openssl:0= )
- net-libs/http-parser:=
+ net-libs/http-parser:0/2.6.2
net-libs/libssh2:=
net-misc/curl:=[ssl]
sys-libs/zlib:=
diff --git a/dev-lang/rust/rust-1.23.0.ebuild b/dev-lang/rust/rust-1.23.0.ebuild
index f01a389..f332528 100644
--- a/dev-lang/rust/rust-1.23.0.ebuild
+++ b/dev-lang/rust/rust-1.23.0.ebuild
@@ -74,6 +74,7 @@ IUSE="debug doc jemalloc system-llvm"
RDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
jemalloc? ( dev-libs/jemalloc )
system-llvm? ( sys-devel/llvm:4 )
+ net-libs/http-parser:0/2.6.2
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}