diff options
-rw-r--r-- | dev-lang/rust/rust-9999.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index 15f831c..238b918 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -42,6 +42,10 @@ IUSE="clippy cpu_flags_x86_sse2 debug doc libressl rls rustfmt system-llvm wasm # 3. Specify LLVM_MAX_SLOT, e.g. 8. LLVM_DEPEND=" || ( + sys-devel/llvm:9[llvm_targets_WebAssembly?] + wasm? ( >=sys-devel/lld-9 ) + ) + ( sys-devel/llvm:8[llvm_targets_WebAssembly?] wasm? ( >=sys-devel/lld-8 ) ) |