diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2018-02-12 12:47:46 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2018-02-12 12:47:46 +0100 |
commit | c4ddec2757a08d62f9c281f065cc1cdff5eb2d81 (patch) | |
tree | 263c669888c8eb54844286e07184aa18ef7ce2bd /app-emulation | |
parent | dev-python/libvirt-python: amd64 stable wrt bug #647338 (diff) | |
download | gentoo-c4ddec2757a08d62f9c281f065cc1cdff5eb2d81.tar.gz gentoo-c4ddec2757a08d62f9c281f065cc1cdff5eb2d81.tar.bz2 gentoo-c4ddec2757a08d62f9c281f065cc1cdff5eb2d81.zip |
app-emulation/qemu: amd64 stable wrt bug #646814
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'app-emulation')
-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 6a81020bf7e5..52aec57ba537 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" |