diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-03 16:23:20 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-03 16:23:20 +0100 |
commit | b528d09c5fa7d0d09b9994c7f0eb16991ec332a7 (patch) | |
tree | 33d5e52b668599bc48d7ce0e8779c5d44270a760 /app-emulation/qemu | |
parent | sci-libs/proj: x86 stable wrt bug #707322 (diff) | |
download | gentoo-b528d09c5fa7d0d09b9994c7f0eb16991ec332a7.tar.gz gentoo-b528d09c5fa7d0d09b9994c7f0eb16991ec332a7.tar.bz2 gentoo-b528d09c5fa7d0d09b9994c7f0eb16991ec332a7.zip |
app-emulation/qemu: x86 stable wrt bug #707984
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-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 cbe6adc4b96e..dd8315e66905 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" |