dev-lang/rust: add back removed llvm targets config
authorMikhail Pukhlikov <cynede@gentoo.org>
Mon, 28 May 2018 07:43:02 +0000 (11:43 +0400)
committerMikhail Pukhlikov <cynede@gentoo.org>
Mon, 28 May 2018 07:43:14 +0000 (11:43 +0400)
Package-Manager: Portage-2.3.39, Repoman-2.3.9

dev-lang/rust/rust-1.26.0-r3.ebuild [moved from dev-lang/rust/rust-1.26.0-r2.ebuild with 99% similarity]

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 4a0bbfdb7ec6e452d4abd630aac630752da95c5d..7c8ad9c00114f29ffba60148c36ce9b87a72270d 100644 (file)
@@ -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}"]