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 A46C9139085 for ; Thu, 2 Feb 2017 20:04:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3E8421C11C; Thu, 2 Feb 2017 20:04:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1F0921C11C for ; Thu, 2 Feb 2017 20:04:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDAC9341026 for ; Thu, 2 Feb 2017 20:04:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DA033B9F for ; Thu, 2 Feb 2017 20:04:17 +0000 (UTC) From: "Doug Goldstein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Doug Goldstein" Message-ID: <1486065841.be6e0043a41878ed56ba609da1ae6a03aea7157b.cardoe@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.15.0.ebuild X-VCS-Directories: dev-util/cargo/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: be6e0043a41878ed56ba609da1ae6a03aea7157b X-VCS-Branch: master Date: Thu, 2 Feb 2017 20:04:17 +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-Archives-Salt: d6515006-18da-4422-8297-b7d486eada82 X-Archives-Hash: f8e1b6f3a86db8bdaf337ef19b2682a7 commit: be6e0043a41878ed56ba609da1ae6a03aea7157b Author: Doug Goldstein gentoo org> AuthorDate: Thu Feb 2 19:53:40 2017 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Thu Feb 2 20:04:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6e0043 dev-util/cargo: fix build failure Fixed build failure with a patch from Will Mortensen extrahop.com>. This will cause cargo to use the proper snapshot to bootstrap itself. Gentoo-Bug: 603898 Signed-off-by: Doug Goldstein gentoo.org> dev-util/cargo/cargo-0.15.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/cargo/cargo-0.15.0.ebuild b/dev-util/cargo/cargo-0.15.0.ebuild index 4dc1bf5..7f134b3 100644 --- a/dev-util/cargo/cargo-0.15.0.ebuild +++ b/dev-util/cargo/cargo-0.15.0.ebuild @@ -134,6 +134,7 @@ src_configure() { --host=${CTARGET} --build=${CTARGET} --target=${CTARGET} + --cargo="${WORKDIR}"/${P}/target/snapshot/bin/cargo --enable-optimize # --release-channel stable --disable-verify-install