diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-18 20:55:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-18 20:55:22 +0300 |
commit | d56eacc902c0346101d91ae6620694baceb42300 (patch) | |
tree | 0b318d98b12b6deac9f8d1b0513fa7735564f174 /app-emulation/qemu | |
parent | sys-apps/coreutils: Stabilize 9.3-r3 ppc64, #908991 (diff) | |
download | gentoo-d56eacc902c0346101d91ae6620694baceb42300.tar.gz gentoo-d56eacc902c0346101d91ae6620694baceb42300.tar.bz2 gentoo-d56eacc902c0346101d91ae6620694baceb42300.zip |
app-emulation/qemu: Stabilize 8.0.3 amd64, #910493
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-8.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-8.0.3.ebuild b/app-emulation/qemu/qemu-8.0.3.ebuild index 438e63f95e5b..a24aa467c776 100644 --- a/app-emulation/qemu/qemu-8.0.3.ebuild +++ b/app-emulation/qemu/qemu-8.0.3.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" |