diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-03 13:38:09 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-03 13:38:09 +0100 |
commit | e24b681ce19053705d5805f98ea9c661efca2647 (patch) | |
tree | b7eee73150660723df9564adcb19d599545451f1 /app-emulation | |
parent | dev-python/libvirt-python: amd64 stable wrt bug #707982 (diff) | |
download | gentoo-e24b681ce19053705d5805f98ea9c661efca2647.tar.gz gentoo-e24b681ce19053705d5805f98ea9c661efca2647.tar.bz2 gentoo-e24b681ce19053705d5805f98ea9c661efca2647.zip |
app-emulation/qemu: amd64 stable wrt bug #707984
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-4.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-4.2.0-r1.ebuild b/app-emulation/qemu/qemu-4.2.0-r1.ebuild index 21a8f4a01b6e..cbe6adc4b96e 100644 --- a/app-emulation/qemu/qemu-4.2.0-r1.ebuild +++ b/app-emulation/qemu/qemu-4.2.0-r1.ebuild @@ -24,7 +24,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |