diff options
author | 2024-10-14 00:34:06 +0100 | |
---|---|---|
committer | 2024-10-14 00:34:06 +0100 | |
commit | 5a3bd6f23790a802d2ec4e3e86e7e18d42859ca3 (patch) | |
tree | 5b62b66412b709ed38740d2a84e5919863b3bc54 /app-emulation | |
parent | sys-devel/crossdev: Stabilize 20240921 sparc, #941241 (diff) | |
download | gentoo-5a3bd6f23790a802d2ec4e3e86e7e18d42859ca3.tar.gz gentoo-5a3bd6f23790a802d2ec4e3e86e7e18d42859ca3.tar.bz2 gentoo-5a3bd6f23790a802d2ec4e3e86e7e18d42859ca3.zip |
app-emulation/qemu: Stabilize 7.2.14 ppc64, #941495
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-7.2.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-7.2.14.ebuild b/app-emulation/qemu/qemu-7.2.14.ebuild index 08f05e58f7dd..a5bb835de0fe 100644 --- a/app-emulation/qemu/qemu-7.2.14.ebuild +++ b/app-emulation/qemu/qemu-7.2.14.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" |