commit: 7b6b241ae5e65810985caf63519adbcb5eebeb41 Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org> AuthorDate: Mon Feb 2 16:48:33 2026 +0000 Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org> CommitDate: Mon Feb 2 16:52:30 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6b241a
sys-devel/rust-std: Update to the current build system See https://github.com/rust-lang/rust/pull/145876 Closes: https://bugs.gentoo.org/966384 Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org> sys-devel/rust-std/rust-std-1.91.0.ebuild | 3 ++- sys-devel/rust-std/rust-std-1.92.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-devel/rust-std/rust-std-1.91.0.ebuild b/sys-devel/rust-std/rust-std-1.91.0.ebuild index d3494b367846..be5265a23db7 100644 --- a/sys-devel/rust-std/rust-std-1.91.0.ebuild +++ b/sys-devel/rust-std/rust-std-1.91.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2025 Gentoo Authors +# Copyright 2020-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -117,6 +117,7 @@ src_configure() { target = ["${rtarget}"] cargo = "${rust_root}/bin/cargo" rustc = "${rust_root}/bin/rustc" + local-rebuild = true submodules = false python = "${EPYTHON}" locked-deps = true diff --git a/sys-devel/rust-std/rust-std-1.92.0.ebuild b/sys-devel/rust-std/rust-std-1.92.0.ebuild index d3494b367846..6362b34400df 100644 --- a/sys-devel/rust-std/rust-std-1.92.0.ebuild +++ b/sys-devel/rust-std/rust-std-1.92.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2025 Gentoo Authors +# Copyright 2020-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -118,6 +118,7 @@ src_configure() { cargo = "${rust_root}/bin/cargo" rustc = "${rust_root}/bin/rustc" submodules = false + local-rebuild = true python = "${EPYTHON}" locked-deps = true vendor = true
