diff --git a/dev-lang/rust/rust-1.96.1.ebuild b/dev-lang/rust/rust-1.96.1.ebuild index b898c00df37d4..905eb46cf0e85 100644 --- a/dev-lang/rust/rust-1.96.1.ebuild +++ b/dev-lang/rust/rust-1.96.1.ebuild @@ -89,7 +89,7 @@ ALL_RUST_SYSROOTS=( "${ALL_RUST_SYSROOTS[@]/#/rust_sysroots_}" ) LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4" SLOT="${PV%%_*}" # Beta releases get to share the same SLOT as the eventual stable -IUSE="big-endian +clippy cpu_flags_x86_sse2 debug dist +doc llvm-libunwind lto" +IUSE="big-endian +clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto" IUSE+=" +rustfmt rust-analyzer rust-src +system-llvm test" IUSE+=" ${ALL_LLVM_TARGETS[*]} ${ALL_RUST_SYSROOTS[*]}"