commit: 2669c697c1e558c9779e8a09177a57315020ff8a Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Sat Jan 11 01:58:02 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Sun Jan 19 08:29:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2669c697
profiles: mask dev-lang/rust[mrustc-bootstrap]; unmask on ~amd64 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 6 +++++- profiles/arch/amd64/package.use.stable.mask | 4 ++++ profiles/base/package.use.mask | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 51a4a4f192c5..b25f73a7228f 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,11 +17,15 @@ #--- END OF EXAMPLES --- +# Matt Jolly <[email protected]> (2025-01-11) +# We can bootstrap with mrustc on amd64. +dev-lang/rust -mrustc-bootstrap + # Michał Górny <[email protected]> (2024-12-24) # OpenMP offloading is supported on 64-bit architectures only. llvm-core/clang-runtime -offload -# Alfred Wingate <[email protected]> <2024-12-16) +# Alfred Wingate <[email protected]> (2024-12-16) # Only available on amd64. media-video/handbrake -qsv diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index d5b2e4430917..c3caa1362c00 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Matt Jolly <[email protected]> (2025-01-11) +# Stable-mask until mrustc is stabilised +dev-lang/rust mrustc-bootstrap + # Ionen Wolkens <[email protected]> (2024-09-27) # dev-qt/qtremoteobjects:6 has not been stabilized yet. dev-python/pyqt6 remoteobjects diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 219b112edc32..64e9abd1ad0f 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -3,6 +3,10 @@ # New entries go on top. +# Matt Jolly <[email protected]> (2025-01-11) +# mrustc currenly only works on amd64. +dev-lang/rust mrustc-bootstrap + # Volkmar W. Pogatzki <[email protected]> (2025-01-09) # No suitable versions of dev-libs/protobuf available. =dev-java/protobuf-java-4.29.3 system-protoc
