commit: 56cfe504488098dc1dfe89ebe56597d6fa43b8ef Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Wed Mar 11 09:02:13 2026 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 09:05:07 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56cfe504
profiles/arch/amd64: tighten stable USE mask for mrustc-bootstrap Only 1.90.0 needs this - 1.74.1 is still perfectly capable of building with stable mrustc. Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> profiles/arch/amd64/package.use.stable.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 165913af38aa..0e7577bfc46e 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -19,7 +19,7 @@ # Matt Jolly <[email protected]> (2026-03-10) # mrustc is not yet stable on amd64, but we want bootstrap for Rust -dev-lang/rust mrustc-bootstrap +~dev-lang/rust-1.90.0 mrustc-bootstrap # Paul Zander <[email protected]> (2025-12-01) # no stable llvm-runtimes/offload
