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 6990F1382C5 for ; Thu, 29 Apr 2021 20:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF3AEE05C1; Thu, 29 Apr 2021 20:13:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A4A1EE05C1 for ; Thu, 29 Apr 2021 20:13:46 +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 3AFEC340FDC for ; Thu, 29 Apr 2021 20:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5DECCC for ; Thu, 29 Apr 2021 20:13:43 +0000 (UTC) From: "Dave Hughes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dave Hughes" Message-ID: <1619727232.10c45ab20c68b77a07ff35fdd331a806d2fc4fac.xaero@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/ X-VCS-Repository: proj/musl X-VCS-Files: dev-lang/rust/metadata.xml dev-lang/rust/rust-1.47.0-r1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: xaero X-VCS-Committer-Name: Dave Hughes X-VCS-Revision: 10c45ab20c68b77a07ff35fdd331a806d2fc4fac X-VCS-Branch: master Date: Thu, 29 Apr 2021 20:13:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2646b31-d140-40a3-b03a-a148e7b28adc X-Archives-Hash: 4875e1be5ee8957f2dd86256df6ee4a4 commit: 10c45ab20c68b77a07ff35fdd331a806d2fc4fac Author: Dave Hughes gmail com> AuthorDate: Thu Apr 29 20:13:52 2021 +0000 Commit: Dave Hughes gmail com> CommitDate: Thu Apr 29 20:13:52 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=10c45ab2 dev-lang/rust: fix metadata.xml && tweak KEYWORDS Package-Manager: Portage-3.0.18, Repoman-3.0.3 RepoMan-Options: --force Signed-off-by: Dave Hughes gmail.com> dev-lang/rust/metadata.xml | 14 ++++++++------ dev-lang/rust/rust-1.47.0-r1.ebuild | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml index cd11337..98798d4 100644 --- a/dev-lang/rust/metadata.xml +++ b/dev-lang/rust/metadata.xml @@ -6,12 +6,14 @@ Rust Project - Install cargo component - Install clippy component + Install clippy, Rust code linter + Install miri, an interpreter for Rust's mid-level intermediate representation (requires USE=nightly) + Enable nightly (UNSTABLE) features + Build a multi-threaded rustc + Install rls, Rust Language Server (used with IDEs supporting RLS protocol) + Install rustfmt, Rust code formatter + Bootstrap using installed rust compiler Use the system LLVM install - Install rls component - Install rustfmt component - Build support for the wasm32-unknown-unknown - target + Build support for the wasm32-unknown-unknown target diff --git a/dev-lang/rust/rust-1.47.0-r1.ebuild b/dev-lang/rust/rust-1.47.0-r1.ebuild index 5c2bfe5..577ef66 100644 --- a/dev-lang/rust/rust-1.47.0-r1.ebuild +++ b/dev-lang/rust/rust-1.47.0-r1.ebuild @@ -11,7 +11,7 @@ ABI_VER="$(ver_cut 1-2)" SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" RUST_TOOLCHAIN_BASEURL="https://portage.smaeul.xyz/distfiles/"