diff options
author | stefson <herrtimson@yahoo.de> | 2019-09-16 08:40:50 +0200 |
---|---|---|
committer | stefson <herrtimson@yahoo.de> | 2019-09-16 08:40:50 +0200 |
commit | 1f3f40d87fd8ffb4a32a52ddcdae9d3943b33526 (patch) | |
tree | 0fd5b66212c1442366f55d49c37ad0d6f57504c7 | |
parent | dev-lang/rust: raise LLVM_MAX_SLOT to v9 (diff) | |
download | rust-1f3f40d87fd8ffb4a32a52ddcdae9d3943b33526.tar.gz rust-1f3f40d87fd8ffb4a32a52ddcdae9d3943b33526.tar.bz2 rust-1f3f40d87fd8ffb4a32a52ddcdae9d3943b33526.zip |
dev-lang/rust-9999: raise to system-llvm-9, patch it if you don't like it
-rw-r--r-- | dev-lang/rust/rust-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index 6add640..f192c28 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -42,10 +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:8[llvm_targets_WebAssembly?] - wasm? ( =sys-devel/lld-8* ) + sys-devel/llvm:9[llvm_targets_WebAssembly?] + wasm? ( =sys-devel/lld-9* ) ) - <sys-devel/llvm-9:= + <sys-devel/llvm-10:= " LLVM_MAX_SLOT=9 |