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 BB4DB138350 for ; Mon, 30 Mar 2020 22:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D309E0BBB; Mon, 30 Mar 2020 22:23:47 +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 521AFE0BC0 for ; Mon, 30 Mar 2020 22:23:47 +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 E784934F074 for ; Mon, 30 Mar 2020 22:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71CA81B0 for ; Mon, 30 Mar 2020 22:23:44 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1585606946.2780d4a64e52b71ee55b7cac434ea3ce4a1bca8e.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/metadata.xml X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 2780d4a64e52b71ee55b7cac434ea3ce4a1bca8e X-VCS-Branch: master Date: Mon, 30 Mar 2020 22:23:44 +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: 792f7f30-69ea-477d-9d6a-6965f491e752 X-Archives-Hash: 5feacc6c2da93bafa671b5d0c9975b47 commit: 2780d4a64e52b71ee55b7cac434ea3ce4a1bca8e Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Mar 30 22:18:43 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Mar 30 22:22:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2780d4a6 dev-lang/rust: update metadata.xml, better useflag descriptions Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/metadata.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml index 0d0d683b8b4..1e4ffdc29a1 100644 --- a/dev-lang/rust/metadata.xml +++ b/dev-lang/rust/metadata.xml @@ -10,15 +10,14 @@ Rust Project - Install clippy component - Install miri component (requires USE=nightly) + 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 component - Install rustfmt component + 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 - Build support for the wasm32-unknown-unknown - target + Build support for the wasm32-unknown-unknown target