diff options
author | Sam James <sam@gentoo.org> | 2024-05-02 12:19:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-02 12:19:24 +0100 |
commit | f1848ba26426c91762d7139653ffd5b213a09b6a (patch) | |
tree | cd6d03b114dd7e059ee49ad72817be1d179166e0 | |
parent | app-emulation/qemu: Stabilize 7.2.11 ppc64, #930931 (diff) | |
download | gentoo-f1848ba26426c91762d7139653ffd5b213a09b6a.tar.gz gentoo-f1848ba26426c91762d7139653ffd5b213a09b6a.tar.bz2 gentoo-f1848ba26426c91762d7139653ffd5b213a09b6a.zip |
app-emulation/qemu: Stabilize 7.2.11 x86, #930931
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-emulation/qemu/qemu-7.2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-7.2.11.ebuild b/app-emulation/qemu/qemu-7.2.11.ebuild index 6f1b529bd773..e59ab048ded1 100644 --- a/app-emulation/qemu/qemu-7.2.11.ebuild +++ b/app-emulation/qemu/qemu-7.2.11.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" |