diff options
author | Sam James <sam@gentoo.org> | 2024-04-29 17:03:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-29 17:03:26 +0100 |
commit | 92c78cc602098ba10b7c8b342bdf04f3be84a7b1 (patch) | |
tree | cee4d75adbb7d103b5a68f2060378c95f81a93dd /app-emulation/qemu | |
parent | app-editors/featherpad: add 1.5.1 (diff) | |
download | gentoo-92c78cc602098ba10b7c8b342bdf04f3be84a7b1.tar.gz gentoo-92c78cc602098ba10b7c8b342bdf04f3be84a7b1.tar.bz2 gentoo-92c78cc602098ba10b7c8b342bdf04f3be84a7b1.zip |
app-emulation/qemu: Stabilize 8.2.3 ppc64, #930932
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-8.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-8.2.3.ebuild b/app-emulation/qemu/qemu-8.2.3.ebuild index b62207759882..f5422498702e 100644 --- a/app-emulation/qemu/qemu-8.2.3.ebuild +++ b/app-emulation/qemu/qemu-8.2.3.ebuild @@ -47,7 +47,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 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |