From: Dirkjan Ochtman Date: Mon, 1 Oct 2018 08:23:11 +0000 (+0200) Subject: dev-lang/rust-bin: cargo binary does not depend on http-parser X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=93b04cb4afe914d5fd2fa2b22a95dc445be6e691;p=gentoo.git dev-lang/rust-bin: cargo binary does not depend on http-parser Bug: https://bugs.gentoo.org/666524 Signed-off-by: Dirkjan Ochtman Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/dev-lang/rust-bin/rust-bin-1.29.1.ebuild b/dev-lang/rust-bin/rust-bin-1.29.1.ebuild index 12b8c7084dc1..161aa8102ac7 100644 --- a/dev-lang/rust-bin/rust-bin-1.29.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.29.1.ebuild @@ -36,7 +36,6 @@ RDEPEND="${DEPEND} !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) net-libs/libssh2 - net-libs/http-parser:= net-misc/curl[ssl] )" PDEPEND="!cargo? ( >=dev-util/cargo-${CARGO_DEPEND_VERSION} )"