diff options
author | stefson <herrtimson@yahoo.de> | 2018-04-15 20:41:34 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-04-15 14:57:27 -0400 |
commit | c65258c4f7104f4d193d5dba104fdb01387cb80f (patch) | |
tree | f554e3f1f0f4756c225cffb0f50b2be88b08a8b0 /dev-lang | |
parent | toolchain.eclass: sync with upstream (diff) | |
download | musl-c65258c4f7104f4d193d5dba104fdb01387cb80f.tar.gz musl-c65258c4f7104f4d193d5dba104fdb01387cb80f.tar.bz2 musl-c65258c4f7104f4d193d5dba104fdb01387cb80f.zip |
dev-lang/rust: http-parser-2.8 breaks cargo from the stage0
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.23.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.23.0.ebuild | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.23.0-r1.ebuild b/dev-lang/rust/rust-1.23.0-r1.ebuild index 3e9e387f..c96312b0 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 f01a3896..f3325289 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} |