diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-02 14:38:24 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-02 14:38:24 +0200 |
commit | 6d0f4263aef3ed11c208004e3570d1cc1a530668 (patch) | |
tree | 1512b7c97004ada259eb908508f50ce223555f9b /app-emulation | |
parent | app-emulation/virt-manager: Stabilize 4.1.0-r1 ppc64, #923554 (diff) | |
download | gentoo-6d0f4263aef3ed11c208004e3570d1cc1a530668.tar.gz gentoo-6d0f4263aef3ed11c208004e3570d1cc1a530668.tar.bz2 gentoo-6d0f4263aef3ed11c208004e3570d1cc1a530668.zip |
app-emulation/qemu: Stabilize 8.1.5 ppc64, #923565
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-8.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-8.1.5.ebuild b/app-emulation/qemu/qemu-8.1.5.ebuild index 1db988202783..9fe07493727e 100644 --- a/app-emulation/qemu/qemu-8.1.5.ebuild +++ b/app-emulation/qemu/qemu-8.1.5.ebuild @@ -42,7 +42,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" |