diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-07 19:26:33 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-07 19:26:33 -0700 |
commit | 2e0c6038362060ae2628ecd4ff11464e501c6b2b (patch) | |
tree | e89788b51f069ed0953e50e481cbc5daa2ba98b0 /app-emulation | |
parent | profiles/arch/powerpc/ppc64: unmask qemu[spice,usbredir] (diff) | |
download | gentoo-2e0c6038362060ae2628ecd4ff11464e501c6b2b.tar.gz gentoo-2e0c6038362060ae2628ecd4ff11464e501c6b2b.tar.bz2 gentoo-2e0c6038362060ae2628ecd4ff11464e501c6b2b.zip |
app-emulation/qemu: restore ~ppc64 keyword, bug #720206
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-5.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-5.0.0.ebuild b/app-emulation/qemu/qemu-5.0.0.ebuild index b47e0bfb6f19..e69cc892517c 100644 --- a/app-emulation/qemu/qemu-5.0.0.ebuild +++ b/app-emulation/qemu/qemu-5.0.0.ebuild @@ -24,7 +24,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="https://download.qemu.org/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |