From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 037AE1382C5 for ; Fri, 5 Jun 2020 01:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 884BDE0973; Fri, 5 Jun 2020 01:43:25 +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 6EE58E0973 for ; Fri, 5 Jun 2020 01:43:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 689A934F27E for ; Fri, 5 Jun 2020 01:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49E5D288 for ; Fri, 5 Jun 2020 01:43:21 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1591319523.f84bafcfaae8b9cc1d9b1f4999264751e387bcd9.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo-tree/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cargo-tree/cargo-tree-0.29.0-r1.ebuild dev-util/cargo-tree/cargo-tree-0.29.0.ebuild X-VCS-Directories: dev-util/cargo-tree/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f84bafcfaae8b9cc1d9b1f4999264751e387bcd9 X-VCS-Branch: master Date: Fri, 5 Jun 2020 01:43:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7281b52d-2be7-4090-8fce-f767fbf9d536 X-Archives-Hash: 4a8db3779084e13552eb9967353e53ff commit: f84bafcfaae8b9cc1d9b1f4999264751e387bcd9 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jun 5 00:42:54 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jun 5 01:12:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84bafcf dev-util/cargo-tree: require rust < 1.44.0 cargo-tree is now part of cargo and shipped with rust-1.44.0 package will be treecleaned soon. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> .../{cargo-tree-0.29.0.ebuild => cargo-tree-0.29.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cargo-tree/cargo-tree-0.29.0.ebuild b/dev-util/cargo-tree/cargo-tree-0.29.0-r1.ebuild similarity index 97% rename from dev-util/cargo-tree/cargo-tree-0.29.0.ebuild rename to dev-util/cargo-tree/cargo-tree-0.29.0-r1.ebuild index 5b097d5dbdd..306f92a3883 100644 --- a/dev-util/cargo-tree/cargo-tree-0.29.0.ebuild +++ b/dev-util/cargo-tree/cargo-tree-0.29.0-r1.ebuild @@ -57,7 +57,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" BDEPEND="" -RDEPEND="" +RDEPEND="