diff options
| author | Sam James <sam@gentoo.org> | 2025-07-19 12:53:26 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-07-19 12:53:41 +0100 |
| commit | 205ae33ea8e4037736f8c8f6914012e447b23ee1 (patch) | |
| tree | b884adb54b511eb6f0b72201dd0a1e48153e234f /dev-lang/rust/rust-1.81.0-r101.ebuild | |
| parent | 18ba91f01f32aa9482b1c64fb0a2f13e3534a784 (diff) | |
| download | gentoo-205ae33ea8e4037736f8c8f6914012e447b23ee1.tar.gz gentoo-205ae33ea8e4037736f8c8f6914012e447b23ee1.tar.bz2 gentoo-205ae33ea8e4037736f8c8f6914012e447b23ee1.zip | |
dev-lang/rust: enable system-llvm by default
As noted in 850d5e6b5cd12da2ad9bc37d3b21b87ef210c7f7, this is fine to do
these days. Combined with the LLVM_TARGET fixes from earlier today, this
should lead to a nice build-time improvement too.
Closes: https://bugs.gentoo.org/735154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.81.0-r101.ebuild')
| -rw-r--r-- | dev-lang/rust/rust-1.81.0-r101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.81.0-r101.ebuild b/dev-lang/rust/rust-1.81.0-r101.ebuild index 8f51ca122313..c5dc04af29bf 100644 --- a/dev-lang/rust/rust-1.81.0-r101.ebuild +++ b/dev-lang/rust/rust-1.81.0-r101.ebuild @@ -64,7 +64,7 @@ done LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4" SLOT="${PV}" -IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto miri nightly parallel-compiler rustfmt rust-analyzer rust-src system-llvm test wasm ${ALL_LLVM_TARGETS[*]}" +IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto miri nightly parallel-compiler rustfmt rust-analyzer rust-src +system-llvm test wasm ${ALL_LLVM_TARGETS[*]}" LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation |
