diff options
author | Sam James <sam@gentoo.org> | 2023-08-26 05:04:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-26 05:04:52 +0100 |
commit | 464c0fbd2279825af92f72bc9851c0a0e6c16753 (patch) | |
tree | 21ac5d3e903ca15f7bd61db1a553d388ffe46994 /app-emulation | |
parent | app-emulation/qemu: Stabilize 8.0.4 x86, #912205 (diff) | |
download | gentoo-464c0fbd2279825af92f72bc9851c0a0e6c16753.tar.gz gentoo-464c0fbd2279825af92f72bc9851c0a0e6c16753.tar.bz2 gentoo-464c0fbd2279825af92f72bc9851c0a0e6c16753.zip |
app-emulation/qemu: Stabilize 8.0.4 ppc64, #912205
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-8.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-8.0.4.ebuild b/app-emulation/qemu/qemu-8.0.4.ebuild index 92a94bbfe449..6bc18b93f167 100644 --- a/app-emulation/qemu/qemu-8.0.4.ebuild +++ b/app-emulation/qemu/qemu-8.0.4.ebuild @@ -41,7 +41,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" |