Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Sun, 31 May 2020 10:16:30
Message-Id: 1590920177.695c8b12494a49fc79054b86652e1f641de9bbed.gyakovlev@gentoo
1 commit: 695c8b12494a49fc79054b86652e1f641de9bbed
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:10:42 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:16:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695c8b12
7
8 dev-lang/rust: adjust libressl dep for 1.41.1
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-lang/rust/rust-1.41.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/rust/rust-1.41.1.ebuild b/dev-lang/rust/rust-1.41.1.ebuild
17 index 2f815fa79c8..8927dcc2334 100644
18 --- a/dev-lang/rust/rust-1.41.1.ebuild
19 +++ b/dev-lang/rust/rust-1.41.1.ebuild
20 @@ -65,7 +65,7 @@ COMMON_DEPEND="
21 net-misc/curl:=[ssl]
22 sys-libs/zlib:=
23 !libressl? ( dev-libs/openssl:0= )
24 - libressl? ( dev-libs/libressl:0= )
25 + libressl? ( <dev-libs/libressl-3.1:0= )
26 elibc_musl? ( sys-libs/libunwind )
27 system-llvm? (
28 ${LLVM_DEPEND}