diff options
author | Sam James <sam@gentoo.org> | 2021-01-24 13:33:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-24 13:33:07 +0000 |
commit | 9714251653176ba72008de609f81ebb144c23e46 (patch) | |
tree | 356fd75760af88be417a89277b99a0eda39fdade /app-emulation | |
parent | app-backup/amanda: Stabilize 3.5.1-r3 ppc64, #756883 (diff) | |
download | gentoo-9714251653176ba72008de609f81ebb144c23e46.tar.gz gentoo-9714251653176ba72008de609f81ebb144c23e46.tar.bz2 gentoo-9714251653176ba72008de609f81ebb144c23e46.zip |
app-emulation/qemu: Stabilize 5.1.0-r3 ppc64, #761598
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-5.1.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-5.1.0-r3.ebuild b/app-emulation/qemu/qemu-5.1.0-r3.ebuild index 2444cab39040..702d0b074840 100644 --- a/app-emulation/qemu/qemu-5.1.0-r3.ebuild +++ b/app-emulation/qemu/qemu-5.1.0-r3.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" |