Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Mon, 28 May 2018 07:43:34
Message-Id: 1527493394.99d1affeb1ce20f37e2090d730b23a3b95285943.cynede@gentoo
1 commit: 99d1affeb1ce20f37e2090d730b23a3b95285943
2 Author: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 07:43:02 2018 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 07:43:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d1affe
7
8 dev-lang/rust: add back removed llvm targets config
9
10 Package-Manager: Portage-2.3.39, Repoman-2.3.9
11
12 dev-lang/rust/{rust-1.26.0-r2.ebuild => rust-1.26.0-r3.ebuild} | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-lang/rust/rust-1.26.0-r2.ebuild b/dev-lang/rust/rust-1.26.0-r3.ebuild
16 similarity index 99%
17 rename from dev-lang/rust/rust-1.26.0-r2.ebuild
18 rename to dev-lang/rust/rust-1.26.0-r3.ebuild
19 index 4a0bbfdb7ec..7c8ad9c0011 100644
20 --- a/dev-lang/rust/rust-1.26.0-r2.ebuild
21 +++ b/dev-lang/rust/rust-1.26.0-r3.ebuild
22 @@ -102,6 +102,7 @@ src_configure() {
23 optimize = $(toml_usex !debug)
24 release-debuginfo = $(toml_usex debug)
25 assertions = $(toml_usex debug)
26 + targets = "${LLVM_TARGETS// /;}"
27 [build]
28 build = "${rust_target}"
29 host = ["${rust_target}"]