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 E9B8D1382C5 for ; Wed, 3 Jan 2018 18:39:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67875E0891; Wed, 3 Jan 2018 18:39:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 461AFE0891 for ; Wed, 3 Jan 2018 18:39:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 919A5335C43 for ; Wed, 3 Jan 2018 18:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A13B18A for ; Wed, 3 Jan 2018 18:39:28 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1515004718.638f579c3fa353b79fae696772c3fc29ebc43317.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/ X-VCS-Repository: proj/musl X-VCS-Files: dev-lang/rust/rust-1.21.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: 638f579c3fa353b79fae696772c3fc29ebc43317 X-VCS-Branch: master Date: Wed, 3 Jan 2018 18:39:28 +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: f0a4accf-006b-4fca-9e70-22d01fe56a8b X-Archives-Hash: ac7edd969bb9a682aa5ad940108b3d94 commit: 638f579c3fa353b79fae696772c3fc29ebc43317 Author: Aric Belsito gmail com> AuthorDate: Wed Jan 3 18:38:38 2018 +0000 Commit: Aric Belsito gmail com> CommitDate: Wed Jan 3 18:38:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=638f579c Revert "dev-lang/rust: use fully qualified ar" This reverts commit c44b065cb9cac2671aa878c250c9de3e7f47d74f. config.toml is not being parsed correctly. Gentoo-Bug: https://bugs.gentoo.org/643284 dev-lang/rust/rust-1.21.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-lang/rust/rust-1.21.0.ebuild b/dev-lang/rust/rust-1.21.0.ebuild index 15614e7..e0a13e5 100644 --- a/dev-lang/rust/rust-1.21.0.ebuild +++ b/dev-lang/rust/rust-1.21.0.ebuild @@ -165,7 +165,6 @@ src_configure() { [target.${RUSTHOST}] cc = "$(tc-getCC)" cxx = "$(tc-getCXX)" - ar = "$(tc-getAR)" crt-static = false EOF use system-llvm && cat <<- EOF >> "${S}"/config.toml