diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 19:03:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 19:03:29 +0000 |
commit | 877a04db835f15e086dd30cc2af60b606a177ea6 (patch) | |
tree | d2f48a9fca527f830f6a9d7d372a3fe1f54ea1b1 | |
parent | dev-libs/starpu: Stabilize 1.3.9 x86, #828292 (diff) | |
download | gentoo-877a04db835f15e086dd30cc2af60b606a177ea6.tar.gz gentoo-877a04db835f15e086dd30cc2af60b606a177ea6.tar.bz2 gentoo-877a04db835f15e086dd30cc2af60b606a177ea6.zip |
app-emulation/qemu: Stabilize 6.2.0 x86, #830014
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-emulation/qemu/qemu-6.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-6.2.0.ebuild b/app-emulation/qemu/qemu-6.2.0.ebuild index 954fff1970fd..d3807ce851dd 100644 --- a/app-emulation/qemu/qemu-6.2.0.ebuild +++ b/app-emulation/qemu/qemu-6.2.0.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="https://download.qemu.org/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |