Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/
Date: Mon, 01 Oct 2018 08:23:32
Message-Id: 1538382191.93b04cb4afe914d5fd2fa2b22a95dc445be6e691.djc@gentoo
1 commit: 93b04cb4afe914d5fd2fa2b22a95dc445be6e691
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 08:23:11 2018 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 08:23:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b04cb4
7
8 dev-lang/rust-bin: cargo binary does not depend on http-parser
9
10 Bug: https://bugs.gentoo.org/666524
11 Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13
14 dev-lang/rust-bin/rust-bin-1.29.1.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/dev-lang/rust-bin/rust-bin-1.29.1.ebuild b/dev-lang/rust-bin/rust-bin-1.29.1.ebuild
18 index 12b8c7084dc..161aa8102ac 100644
19 --- a/dev-lang/rust-bin/rust-bin-1.29.1.ebuild
20 +++ b/dev-lang/rust-bin/rust-bin-1.29.1.ebuild
21 @@ -36,7 +36,6 @@ RDEPEND="${DEPEND}
22 !libressl? ( dev-libs/openssl:0= )
23 libressl? ( dev-libs/libressl:0= )
24 net-libs/libssh2
25 - net-libs/http-parser:=
26 net-misc/curl[ssl]
27 )"
28 PDEPEND="!cargo? ( >=dev-util/cargo-${CARGO_DEPEND_VERSION} )"