commit: 052e3a0bd1e9febd56a5b349763f1e50eb65b5f8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Nov 16 03:16:07 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 16 03:16:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052e3a0b
profiles/arch/arm: mask USE=capstone Needs unkeyworded dev-libs/capstone which fails tests on arm. Bug: https://bugs.gentoo.org/924922 Bug: https://bugs.gentoo.org/943993 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 22173f98e8d6..7fa9ddfb1598 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-11-16) +# Needs unkeyworded dev-libs/capstone which fails tests on arm (bug #924922) +app-emulation/qemu capstone +dev-util/perf capstone + # Sam James <[email protected]> (2025-11-01) # Needs pandoc. media-sound/bluez-alsa man
