diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-10-20 11:22:32 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-10-20 11:22:32 -0700 |
commit | 32a012428d645c3913c59ad5e439704e28eed73e (patch) | |
tree | acb7107076b91bc770a9411c0caa4835e92cac5e /dev-lang | |
parent | dev-lang/rust-bin: unkeyword 1.64.0 for ~riscv (diff) | |
download | gentoo-32a012428d645c3913c59ad5e439704e28eed73e.tar.gz gentoo-32a012428d645c3913c59ad5e439704e28eed73e.tar.bz2 gentoo-32a012428d645c3913c59ad5e439704e28eed73e.zip |
dev-lang/rust-bin: fix USE=rust-analyzer
Closes: https://bugs.gentoo.org/876979
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.64.0-r1.ebuild (renamed from dev-lang/rust-bin/rust-bin-1.64.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.64.0.ebuild b/dev-lang/rust-bin/rust-bin-1.64.0-r1.ebuild index e748ec3554b1..e8b145d2a0de 100644 --- a/dev-lang/rust-bin/rust-bin-1.64.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.64.0-r1.ebuild @@ -97,6 +97,7 @@ multilib_src_install() { use clippy && components="${components},clippy-preview" use rls && components="${components},rls-preview,${analysis}" use rustfmt && components="${components},rustfmt-preview" + use rust-analyzer && components="${components},rust-analyzer-preview" # Rust component 'rust-src' is extracted from separate archive if use rust-src; then einfo "Combining rust and rust-src installers" |