diff options
author | Sam James <sam@gentoo.org> | 2021-12-19 11:03:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-19 11:03:29 +0000 |
commit | c2b3c8e3f3d79d1a72a978a9fda005ea1aa36ea5 (patch) | |
tree | af40edf0bde4b396448a98594c086625a47f2239 /app-emulation/qemu | |
parent | dev-ml/opam: Stabilize 2.0.8-r2 x86, #804780 (diff) | |
download | gentoo-c2b3c8e3f3d79d1a72a978a9fda005ea1aa36ea5.tar.gz gentoo-c2b3c8e3f3d79d1a72a978a9fda005ea1aa36ea5.tar.bz2 gentoo-c2b3c8e3f3d79d1a72a978a9fda005ea1aa36ea5.zip |
app-emulation/qemu: Stabilize 6.1.0-r2 ppc64, #829504
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-6.1.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-6.1.0-r2.ebuild b/app-emulation/qemu/qemu-6.1.0-r2.ebuild index 9049f8831ee9..b91f85e5d967 100644 --- a/app-emulation/qemu/qemu-6.1.0-r2.ebuild +++ b/app-emulation/qemu/qemu-6.1.0-r2.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" |