From be6e0043a41878ed56ba609da1ae6a03aea7157b Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 2 Feb 2017 13:53:40 -0600 Subject: [PATCH] dev-util/cargo: fix build failure Fixed build failure with a patch from Will Mortensen . This will cause cargo to use the proper snapshot to bootstrap itself. Gentoo-Bug: 603898 Signed-off-by: Doug Goldstein --- 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 4dc1bf59412f..7f134b34782b 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 -- 2.26.2