From: Mikhail Pukhlikov Date: Mon, 28 May 2018 07:43:02 +0000 (+0400) Subject: dev-lang/rust: add back removed llvm targets config X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=99d1affeb1ce20f37e2090d730b23a3b95285943;p=gentoo.git dev-lang/rust: add back removed llvm targets config Package-Manager: Portage-2.3.39, Repoman-2.3.9 --- 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 4a0bbfdb7ec6..7c8ad9c00114 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}"]