commit: 10c45ab20c68b77a07ff35fdd331a806d2fc4fac
Author: Dave Hughes <davidhughes205 <AT> gmail <DOT> com>
AuthorDate: Thu Apr 29 20:13:52 2021 +0000
Commit: Dave Hughes <davidhughes205 <AT> gmail <DOT> 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 <davidhughes205 <AT> 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 @@
<name>Rust Project</name>
</maintainer>
<use>
- <flag name="cargo">Install cargo component</flag>
- <flag name="clippy">Install clippy component</flag>
+ <flag name="clippy">Install clippy, Rust code linter</flag>
+ <flag name="miri">Install miri, an interpreter for Rust's mid-level
intermediate representation (requires USE=nightly)</flag>
+ <flag name="nightly">Enable nightly (UNSTABLE) features</flag>
+ <flag name="parallel-compiler">Build a multi-threaded rustc</flag>
+ <flag name="rls">Install rls, Rust Language Server (used with IDEs
supporting RLS protocol)</flag>
+ <flag name="rustfmt">Install rustfmt, Rust code formatter</flag>
+ <flag name="system-bootstrap">Bootstrap using installed rust
compiler</flag>
<flag name="system-llvm">Use the system LLVM install</flag>
- <flag name="rls">Install rls component</flag>
- <flag name="rustfmt">Install rustfmt component</flag>
- <flag name="wasm">Build support for the wasm32-unknown-unknown
- target</flag>
+ <flag name="wasm">Build support for the wasm32-unknown-unknown
target</flag>
</use>
</pkgmetadata>
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/"