diff options
| author | Sam James <sam@gentoo.org> | 2024-11-12 20:48:29 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-11-12 20:48:29 +0000 |
| commit | d4e5edb8e1f8703d7682f50f6ba6ee238f0428c1 (patch) | |
| tree | ee36a538d53552fb69ba5130fa5357dc5fcb48dc /dev-lang/rust/rust-1.75.0-r100.ebuild | |
| parent | a0b96926fc0fcd8053a02674b181f7f4913f582a (diff) | |
| download | gentoo-d4e5edb8e1f8703d7682f50f6ba6ee238f0428c1.tar.gz gentoo-d4e5edb8e1f8703d7682f50f6ba6ee238f0428c1.tar.bz2 gentoo-d4e5edb8e1f8703d7682f50f6ba6ee238f0428c1.zip | |
dev-lang/rust: cleanup leftover USE=system-bootstrap
Followup to 349e9c05f6e7b9ee98f700c72f8023d1d3f61223.
Bug: https://bugs.gentoo.org/943144
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.75.0-r100.ebuild')
| -rw-r--r-- | dev-lang/rust/rust-1.75.0-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.75.0-r100.ebuild b/dev-lang/rust/rust-1.75.0-r100.ebuild index 8b6de6276bce..68b0dce91e37 100644 --- a/dev-lang/rust/rust-1.75.0-r100.ebuild +++ b/dev-lang/rust/rust-1.75.0-r100.ebuild @@ -42,7 +42,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/(-)?} 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-bootstrap 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 |
