commit: fbd3c2acbbeda4b1c3ceffe0349fc5ec6952074e Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Wed Jul 19 06:19:58 2023 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Thu Jul 20 09:52:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd3c2ac
profiles/arch/loong: mask dev-python/setuptools-rust[test] Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> profiles/arch/loong/package.use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 7fca943273a7..7ffe10bae8ad 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,13 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2023-07-19) +# Examples used by tests have their libc crate Cargo.locked to 0.2.121, that +# predated Rust's loong support. The package itself works as intended. +# The atom should be made more accurate once a newer version is released that +# contains bumped libc deps. +dev-python/setuptools-rust test + # WANG Xuerui <[email protected]> (2023-07-11) # Upstream lacks pmu-events definition file for loong. dev-util/perf python
