commit: e75ad945eaf3fa4085ccf7006b4a7f5aa6bf0bad
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 11 21:25:57 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 11 21:26:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75ad945
dev-lang/rust: sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lang/rust/rust-1.92.0_p1.ebuild | 5 -----
dev-lang/rust/rust-9999.ebuild | 2 +-
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/dev-lang/rust/rust-1.92.0_p1.ebuild
b/dev-lang/rust/rust-1.92.0_p1.ebuild
index 2914a977ee62..c24ef5c17c5f 100644
--- a/dev-lang/rust/rust-1.92.0_p1.ebuild
+++ b/dev-lang/rust/rust-1.92.0_p1.ebuild
@@ -325,11 +325,6 @@ src_unpack() {
}
src_prepare() {
- if [[ ${PV} = *9999* ]]; then
- # We need to update / generate lockfiles for the workspace
- ${CARGO} generate-lockfile --offline || die "Failed to generate
lockfiles"
- fi
-
# Commit patches to the appropriate branch in proj/rust-patches.git
# then cut a new tag / tarball. Don't add patches to ${FILESDIR}
PATCHES=(
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
index 1652bf4c51dd..f7b0ecdb57a7 100644
--- a/dev-lang/rust/rust-9999.ebuild
+++ b/dev-lang/rust/rust-9999.ebuild
@@ -73,7 +73,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
rustfmt rust-analyzer rust-src system-llvm test ${ALL_LLVM_TARGETS[*]}
${ALL_RUST_SYSROOTS[*]}"
+IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto
rustfmt rust-analyzer rust-src +system-llvm test ${ALL_LLVM_TARGETS[*]}
${ALL_RUST_SYSROOTS[*]}"
if [[ ${PV} = *9999* ]]; then
# These USE flags require nightly rust