From: Doug Goldstein Date: Thu, 2 Feb 2017 19:53:40 +0000 (-0600) Subject: dev-util/cargo: fix build failure X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=be6e0043a41878ed56ba609da1ae6a03aea7157b;p=gentoo.git 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 --- 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