From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4FD7138330 for ; Mon, 28 May 2018 07:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BD60E0856; Mon, 28 May 2018 07:43:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61C40E0856 for ; Mon, 28 May 2018 07:43:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BD37335C57 for ; Mon, 28 May 2018 07:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB8052A0 for ; Mon, 28 May 2018 07:43:29 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1527493394.99d1affeb1ce20f37e2090d730b23a3b95285943.cynede@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.26.0-r2.ebuild dev-lang/rust/rust-1.26.0-r3.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: 99d1affeb1ce20f37e2090d730b23a3b95285943 X-VCS-Branch: master Date: Mon, 28 May 2018 07:43:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d27124b8-f743-4634-b4c1-90fede00dc1d X-Archives-Hash: d72f06b7a7e9e8951b69ec327f3f4681 commit: 99d1affeb1ce20f37e2090d730b23a3b95285943 Author: Mikhail Pukhlikov gentoo org> AuthorDate: Mon May 28 07:43:02 2018 +0000 Commit: Mikhail Pukhlikov gentoo 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}"]