diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-08-18 23:48:57 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-08-18 23:48:57 +0200 |
commit | 784780c72176a9aed1e310c6844cb13db35250cd (patch) | |
tree | a69e432bf80f0821a340b5aa2b4e937620ac1622 /app-emulation/qemu | |
parent | dev-libs/libofx: amd64 stable wrt bug #662910 (diff) | |
download | gentoo-784780c72176a9aed1e310c6844cb13db35250cd.tar.gz gentoo-784780c72176a9aed1e310c6844cb13db35250cd.tar.bz2 gentoo-784780c72176a9aed1e310c6844cb13db35250cd.zip |
app-emulation/qemu: amd64 stable wrt bug #678906
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-4.0.0-r50.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-4.0.0-r50.ebuild b/app-emulation/qemu/qemu-4.0.0-r50.ebuild index c7b37f21801b..d686ecd9771f 100644 --- a/app-emulation/qemu/qemu-4.0.0-r50.ebuild +++ b/app-emulation/qemu/qemu-4.0.0-r50.ebuild @@ -19,7 +19,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 ~x86-fbsd" + KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |