diff options
author | 2021-03-27 19:25:06 +0100 | |
---|---|---|
committer | 2021-03-27 19:25:06 +0100 | |
commit | 7b6e812e743b1a3320d48342181be8e515273249 (patch) | |
tree | 5b0e29c54c061b02c2cb8e8a08620d9d4bb41a3f /app-emulation | |
parent | sys-boot/grub: ppc64 stable wrt bug #773991 (diff) | |
download | gentoo-7b6e812e743b1a3320d48342181be8e515273249.tar.gz gentoo-7b6e812e743b1a3320d48342181be8e515273249.tar.bz2 gentoo-7b6e812e743b1a3320d48342181be8e515273249.zip |
app-emulation/qemu: ppc64 stable wrt bug #774420
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-5.2.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-5.2.0-r2.ebuild b/app-emulation/qemu/qemu-5.2.0-r2.ebuild index 38fe3834e894..2efb8f7353c6 100644 --- a/app-emulation/qemu/qemu-5.2.0-r2.ebuild +++ b/app-emulation/qemu/qemu-5.2.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" |