diff options
author | Sam James <sam@gentoo.org> | 2023-08-26 05:04:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-26 05:04:45 +0100 |
commit | 9741fe9725c7cc4b2155c9d553bd6dd3cd7b3c7a (patch) | |
tree | ff4ee8e5eb3b8247dcb751f7726cd17d008f317a /app-emulation | |
parent | app-emulation/qemu: Stabilize 7.2.4 arm64, #909541 (diff) | |
download | gentoo-9741fe9725c7cc4b2155c9d553bd6dd3cd7b3c7a.tar.gz gentoo-9741fe9725c7cc4b2155c9d553bd6dd3cd7b3c7a.tar.bz2 gentoo-9741fe9725c7cc4b2155c9d553bd6dd3cd7b3c7a.zip |
app-emulation/qemu: Stabilize 8.0.4 amd64, #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 438e63f95e5b..a24aa467c776 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" |