commit:     99d1affeb1ce20f37e2090d730b23a3b95285943
Author:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 07:43:02 2018 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon May 28 07:43:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d1affe

dev-lang/rust: add back removed llvm targets config

Package-Manager: Portage-2.3.39, Repoman-2.3.9

 dev-lang/rust/{rust-1.26.0-r2.ebuild => rust-1.26.0-r3.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/rust/rust-1.26.0-r2.ebuild 
b/dev-lang/rust/rust-1.26.0-r3.ebuild
similarity index 99%
rename from dev-lang/rust/rust-1.26.0-r2.ebuild
rename to dev-lang/rust/rust-1.26.0-r3.ebuild
index 4a0bbfdb7ec..7c8ad9c0011 100644
--- a/dev-lang/rust/rust-1.26.0-r2.ebuild
+++ b/dev-lang/rust/rust-1.26.0-r3.ebuild
@@ -102,6 +102,7 @@ src_configure() {
                optimize = $(toml_usex !debug)
                release-debuginfo = $(toml_usex debug)
                assertions = $(toml_usex debug)
+               targets = "${LLVM_TARGETS// /;}"
                [build]
                build = "${rust_target}"
                host = ["${rust_target}"]

Reply via email to