diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-13 01:25:54 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-11-13 01:25:54 +0100 |
commit | 86b05c1ae75d0ae0d8bdda386a7ec20d31523622 (patch) | |
tree | 0671aa08bde818ea07e7ae059243a6880a0f693e | |
parent | sys-apps/dtc: x86 stable (bug #634148) (diff) | |
download | gentoo-86b05c1ae75d0ae0d8bdda386a7ec20d31523622.tar.gz gentoo-86b05c1ae75d0ae0d8bdda386a7ec20d31523622.tar.bz2 gentoo-86b05c1ae75d0ae0d8bdda386a7ec20d31523622.zip |
app-emulation/qemu: x86 stable (bug #634148)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
-rw-r--r-- | app-emulation/qemu/qemu-2.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.10.1.ebuild b/app-emulation/qemu/qemu-2.10.1.ebuild index e5aec863641b..c1b5a45f4b92 100644 --- a/app-emulation/qemu/qemu-2.10.1.ebuild +++ b/app-emulation/qemu/qemu-2.10.1.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" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |