From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1132813-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6741F138334 for <garchives@archives.gentoo.org>; Mon, 23 Dec 2019 09:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58B7FE0C22; Mon, 23 Dec 2019 09:07:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 200C8E0C22 for <gentoo-commits@lists.gentoo.org>; Mon, 23 Dec 2019 09:07:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F07834DA94 for <gentoo-commits@lists.gentoo.org>; Mon, 23 Dec 2019 09:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C608D6BBCD for <gentoo-commits@lists.gentoo.org>; Mon, 23 Dec 2019 09:07:32 +0000 (UTC) From: "Mikhail Pukhlikov" <cynede@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" <cynede@gentoo.org> Message-ID: <1577092037.3873571a936875501e10f6cf992cd610a5c2f0ba.cynede@gentoo> Subject: [gentoo-commits] repo/proj/rust:master commit in: dev-lang/rust/ X-VCS-Repository: repo/proj/rust X-VCS-Files: dev-lang/rust/rust-1.40.0-r666.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: 3873571a936875501e10f6cf992cd610a5c2f0ba X-VCS-Branch: master Date: Mon, 23 Dec 2019 09:07:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 79551c9a-c939-4bbe-a85f-19661df17a9e X-Archives-Hash: d5d4c101b2d29e8ba1677511c0839c76 commit: 3873571a936875501e10f6cf992cd610a5c2f0ba Author: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> AuthorDate: Mon Dec 23 09:06:29 2019 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> CommitDate: Mon Dec 23 09:07:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=3873571a close #473 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org> dev-lang/rust/rust-1.40.0-r666.ebuild | 14 +++++++------- 1 file 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} || (