Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/rust:master commit in: dev-lang/rust/
Date: Mon, 23 Dec 2019 09:07:38
Message-Id: 1577092037.3873571a936875501e10f6cf992cd610a5c2f0ba.cynede@gentoo
1 commit: 3873571a936875501e10f6cf992cd610a5c2f0ba
2 Author: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 09:06:29 2019 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 09:07:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=3873571a
7
8 close #473
9
10 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
11
12 dev-lang/rust/rust-1.40.0-r666.ebuild | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15 diff --git a/dev-lang/rust/rust-1.40.0-r666.ebuild b/dev-lang/rust/rust-1.40.0-r666.ebuild
16 index f0ba79e..6732c4d 100644
17 --- a/dev-lang/rust/rust-1.40.0-r666.ebuild
18 +++ b/dev-lang/rust/rust-1.40.0-r666.ebuild
19 @@ -46,13 +46,13 @@ LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
20 IUSE="clippy debug doc libressl rls rustfmt thumbv7neon wasm ${ALL_LLVM_TARGETS[*]}"
21
22 RDEPEND=">=app-eselect/eselect-rust-20190311
23 - sys-libs/zlib
24 - !libressl? ( <dev-libs/openssl-1.1.2:= >=dev-libs/openssl-1.0.1:= )
25 - libressl? ( <=dev-libs/libressl-2.9.0:= >=dev-libs/libressl-2.5:= )
26 - net-libs/libssh2
27 - net-libs/http-parser
28 - net-misc/curl[ssl]
29 - "
30 + sys-libs/zlib
31 + !libressl? ( dev-libs/openssl:0= )
32 + libressl? ( dev-libs/libressl:0= )
33 + net-libs/libssh2
34 + net-libs/http-parser
35 + net-misc/curl[ssl]
36 + "
37 DEPEND="${RDEPEND}
38 ${PYTHON_DEPS}
39 || (