diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-02-28 01:31:02 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-02-28 01:31:02 -0600 |
commit | 75375726aa7248f70029d0f7a7ac04a38e573618 (patch) | |
tree | ffc1ed9bc4ebfd737d75f14791b87252552e8ecf /app-emulation | |
parent | dev-python/automaton: keywording arm64 (diff) | |
download | gentoo-75375726aa7248f70029d0f7a7ac04a38e573618.tar.gz gentoo-75375726aa7248f70029d0f7a7ac04a38e573618.tar.bz2 gentoo-75375726aa7248f70029d0f7a7ac04a38e573618.zip |
app-emulation/qemu: keywording arm64
merged on X-C1
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-2.5.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.5.0-r1.ebuild b/app-emulation/qemu/qemu-2.5.0-r1.ebuild index 87e6cb2e3653..5037f8d30b49 100644 --- a/app-emulation/qemu/qemu-2.5.0-r1.ebuild +++ b/app-emulation/qemu/qemu-2.5.0-r1.ebuild @@ -20,7 +20,7 @@ else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2 ${BACKPORTS:+ https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}" - KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" + KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |