diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 09:18:19 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 09:29:20 +0200 |
commit | 0dd5ead885306ea54be0d748ed2cc8f4054b16d6 (patch) | |
tree | 83c4b0619b8b58c01ae20fc22633d7989fc36a5e /app-emulation | |
parent | sys-block/megacli: amd64 stable wrt bug #741712 (diff) | |
download | gentoo-0dd5ead885306ea54be0d748ed2cc8f4054b16d6.tar.gz gentoo-0dd5ead885306ea54be0d748ed2cc8f4054b16d6.tar.bz2 gentoo-0dd5ead885306ea54be0d748ed2cc8f4054b16d6.zip |
app-emulation/qemu: amd64 stable wrt bug #741768
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-5.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-5.1.0.ebuild b/app-emulation/qemu/qemu-5.1.0.ebuild index 38dc153619ed..526069649ec0 100644 --- a/app-emulation/qemu/qemu-5.1.0.ebuild +++ b/app-emulation/qemu/qemu-5.1.0.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="https://download.qemu.org/${P}.tar.xz" - KEYWORDS="~amd64 arm64 ~ppc ~ppc64 x86" + KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |