commit: 6a2c619fe521b9c5a54347539497c4171d46e8de Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Sun Feb 9 14:12:23 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 00:16:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2c619f
profiles: mask Rust revisions that use ld.so.conf We want all of our users to migrate to the RPATH revisions quickly. This should warn and encourage that. Bug: https://bugs.gentoo.org/949374 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index f63e38aa6d22..64efb72da32a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,36 @@ #--- END OF EXAMPLES --- +# Matt Jolly <[email protected]> (2025-02-10) +# Rust ebuilds are migrating to use RPATH/RUNPATH to find their libraries. +# New revisions for each Slot are already in-tree and should be used instead. +# Bug 949374 +=dev-lang/rust-1.71.1-r100 +=dev-lang/rust-1.74.1-r100 +=dev-lang/rust-1.75.0-r100 +=dev-lang/rust-1.76.0-r100 +=dev-lang/rust-1.77.1-r100 +=dev-lang/rust-1.79.0-r100 +=dev-lang/rust-1.78.0-r100 +=dev-lang/rust-1.80.1-r100 +=dev-lang/rust-1.81.0-r100 +=dev-lang/rust-1.82.0-r100 +=dev-lang/rust-1.82.0-r101 +=dev-lang/rust-1.83.0-r1 +=dev-lang/rust-1.84.0 +=dev-lang/rust-1.84.1 +=dev-lang/rust-bin-1.71.1-r101 +=dev-lang/rust-bin-1.74.1-r101 +=dev-lang/rust-bin-1.75.0-r101 +=dev-lang/rust-bin-1.77.1-r101 +=dev-lang/rust-bin-1.79.0-r101 +=dev-lang/rust-bin-1.80.1-r101 +=dev-lang/rust-bin-1.81.0-r101 +=dev-lang/rust-bin-1.82.0-r101 +=dev-lang/rust-bin-1.83.0 +=dev-lang/rust-bin-1.84.0 +=dev-lang/rust-bin-1.84.1 + # Michal Rostecki <[email protected]> (2025-02-09) # A libgcc_s drop-in replacement, which conflicts with sys-devel/gcc, # therefore meant only for profiles which can work without GCC being
