commit: 1816338dce5f577ce1345b0181aae2601c54fd66
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 6 20:46:39 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 6 20:46:39 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1816338d
app-emulation/qemu: Stabilize 10.2.0-r1 arm64, #969687
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emulation/qemu/qemu-10.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/qemu/qemu-10.2.0-r1.ebuild
b/app-emulation/qemu/qemu-10.2.0-r1.ebuild
index 189da43690c7..9afaeb09e5ad 100644
--- a/app-emulation/qemu/qemu-10.2.0-r1.ebuild
+++ b/app-emulation/qemu/qemu-10.2.0-r1.ebuild
@@ -44,7 +44,7 @@ else
fi
S="${WORKDIR}/${MY_P}"
- [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc
ppc64 ~riscv ~x86"
+ [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ppc64
~riscv ~x86"
fi
# this is still required to support glibc-2.42 in qemu-user, bug 961307