diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-12 22:34:04 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-12 22:34:04 +0100 |
commit | b847db127b73350734d7d93fbcb4149f9fc59828 (patch) | |
tree | 727ddc3d8b2b8980236a62e7cbcbf3bc649f7cf6 /app-emulation/qemu | |
parent | app-misc/pipeworks: x86 stable (bug #647396) (diff) | |
download | gentoo-b847db127b73350734d7d93fbcb4149f9fc59828.tar.gz gentoo-b847db127b73350734d7d93fbcb4149f9fc59828.tar.bz2 gentoo-b847db127b73350734d7d93fbcb4149f9fc59828.zip |
app-emulation/qemu: x86 stable (bug #646814)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-2.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.11.0.ebuild b/app-emulation/qemu/qemu-2.11.0.ebuild index 52aec57ba537..3965ae8920a0 100644 --- a/app-emulation/qemu/qemu-2.11.0.ebuild +++ b/app-emulation/qemu/qemu-2.11.0.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2" - 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-r0.tar.xz" |