From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1046145-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 62E46138334
	for <garchives@archives.gentoo.org>; Mon, 10 Sep 2018 07:35:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E173FE0BB5;
	Mon, 10 Sep 2018 07:35: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 BA7B8E0BB5
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Sep 2018 07:35:37 +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 E628C335C5D
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Sep 2018 07:35:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 196A03AA
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Sep 2018 07:35:34 +0000 (UTC)
From: "Dirkjan Ochtman" <djc@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, "Dirkjan Ochtman" <djc@gentoo.org>
Message-ID: <1536564919.35df61400f902c057036be8d0a716512d95800cc.djc@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/cargo/cargo-0.29.0.ebuild
X-VCS-Directories: dev-util/cargo/
X-VCS-Committer: djc
X-VCS-Committer-Name: Dirkjan Ochtman
X-VCS-Revision: 35df61400f902c057036be8d0a716512d95800cc
X-VCS-Branch: master
Date: Mon, 10 Sep 2018 07:35:34 +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-Archives-Salt: 2b3c68d8-2e10-44b4-b07e-c976e9ba9bb6
X-Archives-Hash: 11044b5ab18464ba53741800af173ad9

commit:     35df61400f902c057036be8d0a716512d95800cc
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 07:35:19 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 07:35:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35df6140

dev-util/cargo: depend on recent rust

This hopefully prevents compilation failures to a too old compiler.

Closes: https://bugs.gentoo.org/664484
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/cargo/cargo-0.29.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cargo/cargo-0.29.0.ebuild b/dev-util/cargo/cargo-0.29.0.ebuild
index cecbe816e58..e5043089537 100644
--- a/dev-util/cargo/cargo-0.29.0.ebuild
+++ b/dev-util/cargo/cargo-0.29.0.ebuild
@@ -178,7 +178,7 @@ RDEPEND="${COMMON_DEPEND}
 	!dev-util/cargo-bin
 	net-misc/curl[ssl]"
 DEPEND="${COMMON_DEPEND}
-	>=virtual/rust-1.19.0
+	>=virtual/rust-1.27.0
 	dev-util/cmake
 	sys-apps/coreutils
 	sys-apps/diffutils