Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/
Date: Wed, 03 Jan 2018 18:39:31
Message-Id: 1515004718.638f579c3fa353b79fae696772c3fc29ebc43317.lluixhi@gentoo
1 commit: 638f579c3fa353b79fae696772c3fc29ebc43317
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 3 18:38:38 2018 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Wed Jan 3 18:38:38 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=638f579c
7
8 Revert "dev-lang/rust: use fully qualified ar"
9
10 This reverts commit c44b065cb9cac2671aa878c250c9de3e7f47d74f.
11
12 config.toml is not being parsed correctly.
13
14 Gentoo-Bug: https://bugs.gentoo.org/643284
15
16 dev-lang/rust/rust-1.21.0.ebuild | 1 -
17 1 file changed, 1 deletion(-)
18
19 diff --git a/dev-lang/rust/rust-1.21.0.ebuild b/dev-lang/rust/rust-1.21.0.ebuild
20 index 15614e7..e0a13e5 100644
21 --- a/dev-lang/rust/rust-1.21.0.ebuild
22 +++ b/dev-lang/rust/rust-1.21.0.ebuild
23 @@ -165,7 +165,6 @@ src_configure() {
24 [target.${RUSTHOST}]
25 cc = "$(tc-getCC)"
26 cxx = "$(tc-getCXX)"
27 - ar = "$(tc-getAR)"
28 crt-static = false
29 EOF
30 use system-llvm && cat <<- EOF >> "${S}"/config.toml