commit: f0dbca464b7ad6d00bbacb33e49161617db1252f Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Sun Feb 9 00:36:27 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 00:16:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0dbca46
profiles/arch/mips: loosen p.use.mask for dev-lang/rust[system-llvm] If we revbump Rust again we don't want to end up in a position where the mask needs to be updated. Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/mips/package.use.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 4089215f9273..7584271fbb0a 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -15,7 +15,7 @@ dev-libs/libfido2 hidapi # Matt Jolly <[email protected]> (2024-11-03) # Requires llvm 16 which is not keyworded -=dev-lang/rust-1.71.1-r100 system-llvm +~dev-lang/rust-1.71.1 system-llvm # Felix Janda <[email protected]> (2024-10-20) # requires dev-libs/libcss and net-libs/libdom to be keyworded
