summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.75.0-r101.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-07-19 12:53:26 +0100
committerSam James <sam@gentoo.org>2025-07-19 12:53:41 +0100
commit205ae33ea8e4037736f8c8f6914012e447b23ee1 (patch)
treeb884adb54b511eb6f0b72201dd0a1e48153e234f /dev-lang/rust/rust-1.75.0-r101.ebuild
parent18ba91f01f32aa9482b1c64fb0a2f13e3534a784 (diff)
downloadgentoo-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.75.0-r101.ebuild')
-rw-r--r--dev-lang/rust/rust-1.75.0-r101.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.75.0-r101.ebuild b/dev-lang/rust/rust-1.75.0-r101.ebuild
index b85af371c282..988471ca47f8 100644
--- a/dev-lang/rust/rust-1.75.0-r101.ebuild
+++ b/dev-lang/rust/rust-1.75.0-r101.ebuild
@@ -63,7 +63,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