aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pukhlikov <cynede@gentoo.org>2019-12-23 13:06:29 +0400
committerMikhail Pukhlikov <cynede@gentoo.org>2019-12-23 13:07:17 +0400
commit3873571a936875501e10f6cf992cd610a5c2f0ba (patch)
tree4107634b1080adafbd8ffe444daf0487d8abd6a4
parentdev-lang/rust-999: remove stale patches (diff)
downloadrust-3873571a936875501e10f6cf992cd610a5c2f0ba.tar.gz
rust-3873571a936875501e10f6cf992cd610a5c2f0ba.tar.bz2
rust-3873571a936875501e10f6cf992cd610a5c2f0ba.zip
close #473
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
-rw-r--r--dev-lang/rust/rust-1.40.0-r666.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-lang/rust/rust-1.40.0-r666.ebuild b/dev-lang/rust/rust-1.40.0-r666.ebuild
index f0ba79e..6732c4d 100644
--- a/dev-lang/rust/rust-1.40.0-r666.ebuild
+++ b/dev-lang/rust/rust-1.40.0-r666.ebuild
@@ -46,13 +46,13 @@ LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
IUSE="clippy debug doc libressl rls rustfmt thumbv7neon wasm ${ALL_LLVM_TARGETS[*]}"
RDEPEND=">=app-eselect/eselect-rust-20190311
- sys-libs/zlib
- !libressl? ( <dev-libs/openssl-1.1.2:= >=dev-libs/openssl-1.0.1:= )
- libressl? ( <=dev-libs/libressl-2.9.0:= >=dev-libs/libressl-2.5:= )
- net-libs/libssh2
- net-libs/http-parser
- net-misc/curl[ssl]
- "
+ sys-libs/zlib
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ net-libs/libssh2
+ net-libs/http-parser
+ net-misc/curl[ssl]
+ "
DEPEND="${RDEPEND}
${PYTHON_DEPS}
|| (