diff options
author | Sam James <sam@gentoo.org> | 2023-07-02 23:41:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-02 23:41:38 +0100 |
commit | f9a6dcfc01181f638ef4fc38e3fc0bc38ccf27fd (patch) | |
tree | 6a258cd113ef95488cdbdd940461ecdc8eb6ca96 /app-emulation | |
parent | app-emulation/virtiofsd: modernise cargo.eclass usage; use bzip2 (diff) | |
download | gentoo-f9a6dcfc01181f638ef4fc38e3fc0bc38ccf27fd.tar.gz gentoo-f9a6dcfc01181f638ef4fc38e3fc0bc38ccf27fd.tar.bz2 gentoo-f9a6dcfc01181f638ef4fc38e3fc0bc38ccf27fd.zip |
app-emulation/qemu: Stabilize 7.2.3 amd64, #909541
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-7.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-7.2.3.ebuild b/app-emulation/qemu/qemu-7.2.3.ebuild index 2218435d4f6e..722591a56c29 100644 --- a/app-emulation/qemu/qemu-7.2.3.ebuild +++ b/app-emulation/qemu/qemu-7.2.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" |