diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-08 16:21:28 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-08 16:21:44 +0300 |
commit | 95036f7345924b1dbf65712445079e5b64aba864 (patch) | |
tree | 9dae358a588ec75558d9f9bc7d6bd09ccc603f1f /app-emulation | |
parent | app-shells/bash-completion: arm64 stable wrt bug #679902 (diff) | |
download | gentoo-95036f7345924b1dbf65712445079e5b64aba864.tar.gz gentoo-95036f7345924b1dbf65712445079e5b64aba864.tar.bz2 gentoo-95036f7345924b1dbf65712445079e5b64aba864.zip |
app-emulation/qemu: amd64 stable wrt bug #681850
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-3.1.0-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-3.1.0-r4.ebuild b/app-emulation/qemu/qemu-3.1.0-r4.ebuild index 58a7196eb09f..cbee5e71cdc4 100644 --- a/app-emulation/qemu/qemu-3.1.0-r4.ebuild +++ b/app-emulation/qemu/qemu-3.1.0-r4.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" # Gentoo specific patchsets: SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz" |