diff options
author | Sam James <sam@gentoo.org> | 2023-01-06 21:51:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-06 21:51:20 +0000 |
commit | 24d297dbf08b6149299ccf246547af3bedcd941c (patch) | |
tree | e361c2fa8f823eeff1cdd59d7e30febd7a0123b5 /app-emulation/qemu/qemu-7.2.0.ebuild | |
parent | app-admin/consul: Stabilize 1.14.3 amd64, #889972 (diff) | |
download | gentoo-24d297dbf08b6149299ccf246547af3bedcd941c.tar.gz gentoo-24d297dbf08b6149299ccf246547af3bedcd941c.tar.bz2 gentoo-24d297dbf08b6149299ccf246547af3bedcd941c.zip |
app-emulation/qemu: Stabilize 7.2.0 ppc64, #889974
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/qemu-7.2.0.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-7.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-7.2.0.ebuild b/app-emulation/qemu/qemu-7.2.0.ebuild index 516a99568a19..dd2edf68a423 100644 --- a/app-emulation/qemu/qemu-7.2.0.ebuild +++ b/app-emulation/qemu/qemu-7.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |