Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo/
Date: Thu, 02 Feb 2017 20:04:20
Message-Id: 1486065841.be6e0043a41878ed56ba609da1ae6a03aea7157b.cardoe@gentoo
1 commit: be6e0043a41878ed56ba609da1ae6a03aea7157b
2 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 19:53:40 2017 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 20:04:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6e0043
7
8 dev-util/cargo: fix build failure
9
10 Fixed build failure with a patch from Will Mortensen <will <AT> extrahop.com>.
11 This will cause cargo to use the proper snapshot to bootstrap itself.
12
13 Gentoo-Bug: 603898
14 Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
15
16 dev-util/cargo/cargo-0.15.0.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/dev-util/cargo/cargo-0.15.0.ebuild b/dev-util/cargo/cargo-0.15.0.ebuild
20 index 4dc1bf5..7f134b3 100644
21 --- a/dev-util/cargo/cargo-0.15.0.ebuild
22 +++ b/dev-util/cargo/cargo-0.15.0.ebuild
23 @@ -134,6 +134,7 @@ src_configure() {
24 --host=${CTARGET}
25 --build=${CTARGET}
26 --target=${CTARGET}
27 + --cargo="${WORKDIR}"/${P}/target/snapshot/bin/cargo
28 --enable-optimize
29 # --release-channel stable
30 --disable-verify-install