summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-05-31 03:10:42 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-05-31 03:16:17 -0700
commit695c8b12494a49fc79054b86652e1f641de9bbed (patch)
treedc152a855fa324211f17d8d2c8e6f8e088dd98f8 /dev-lang/rust
parentdev-python/pythonmagick: Remove last-rited pkg (diff)
downloadgentoo-695c8b12494a49fc79054b86652e1f641de9bbed.tar.gz
gentoo-695c8b12494a49fc79054b86652e1f641de9bbed.tar.bz2
gentoo-695c8b12494a49fc79054b86652e1f641de9bbed.zip
dev-lang/rust: adjust libressl dep for 1.41.1
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r--dev-lang/rust/rust-1.41.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.41.1.ebuild b/dev-lang/rust/rust-1.41.1.ebuild
index 2f815fa79c82..8927dcc2334e 100644
--- a/dev-lang/rust/rust-1.41.1.ebuild
+++ b/dev-lang/rust/rust-1.41.1.ebuild
@@ -65,7 +65,7 @@ COMMON_DEPEND="
net-misc/curl:=[ssl]
sys-libs/zlib:=
!libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ libressl? ( <dev-libs/libressl-3.1:0= )
elibc_musl? ( sys-libs/libunwind )
system-llvm? (
${LLVM_DEPEND}