summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-06-07 19:31:09 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-06-07 19:31:09 -0700
commit66ac0a8bf02796686649938ff2755bb51c39b4bf (patch)
treed0e57b7aa2f8d4f3e608c4473f8b768c55d5c3f4 /app-emulation/qemu
parentapp-emulation/qemu: restore ~ppc64 keyword, bug #720206 (diff)
downloadgentoo-66ac0a8bf02796686649938ff2755bb51c39b4bf.tar.gz
gentoo-66ac0a8bf02796686649938ff2755bb51c39b4bf.tar.bz2
gentoo-66ac0a8bf02796686649938ff2755bb51c39b4bf.zip
app-emulation/qemu: restore ~ppc 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/qemu')
-rw-r--r--app-emulation/qemu/qemu-5.0.0.ebuild2
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 e69cc892517c..1b8e7ee1132e 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 ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
fi
DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"