commit: e4adb8556660ac7086ff94643871c60ea0e69aa3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Apr 27 08:19:10 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 27 08:20:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4adb855
profiles/arch/powerpc/ppc32: Mask dev-python/build[test-rust] Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/powerpc/ppc32/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 625fd9cc15ae..f3f98c66e1d1 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-04-27) +# Requires dev-python/uv which doesn't build on PowerPC, because +# of the broken and dead tokio-tar dependency. +# https://github.com/vorot93/tokio-tar/pull/23 +dev-python/build test-rust + # Sam James <[email protected]> (2024-03-23) # sys-libs/libomp does not support ppc32 (bug #907213). sys-devel/clang-runtime openmp
