commit: 32a012428d645c3913c59ad5e439704e28eed73e Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Oct 20 18:22:32 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Oct 20 18:22:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a01242
dev-lang/rust-bin: fix USE=rust-analyzer Closes: https://bugs.gentoo.org/876979 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-lang/rust-bin/{rust-bin-1.64.0.ebuild => rust-bin-1.64.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) 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 similarity index 98% rename from dev-lang/rust-bin/rust-bin-1.64.0.ebuild rename to 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"
