commit: 9dfd34e09831476e77e9c3d9ff79eb4e2b936e12 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Jan 12 17:52:29 2023 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Jan 12 17:54:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfd34e0
dev-lang/rust: allow rust-analyzer and wasm Bug was fixed upstream, closing, as previous versions go away anyway. Closes: https://bugs.gentoo.org/874885 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-lang/rust/rust-1.66.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-lang/rust/rust-1.66.1.ebuild b/dev-lang/rust/rust-1.66.1.ebuild index 0e786dc351aa..04b99159534f 100644 --- a/dev-lang/rust/rust-1.66.1.ebuild +++ b/dev-lang/rust/rust-1.66.1.ebuild @@ -121,12 +121,9 @@ RDEPEND="${DEPEND} sys-apps/lsb-release " -# FIXME: https://bugs.gentoo.org/874885 -# rust-analyzer should work with wasm, but currently does not REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) miri? ( nightly ) parallel-compiler? ( nightly ) - rust-analyzer? ( !wasm ) test? ( ${ALL_LLVM_TARGETS[*]} ) wasm? ( llvm_targets_WebAssembly ) x86? ( cpu_flags_x86_sse2 )
