Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Wed, 19 Aug 2020 22:40:47
Message-Id: 1597876386.e64f7d26e52706fd361602184373a7a998893a64.sam@gentoo
1 commit: e64f7d26e52706fd361602184373a7a998893a64
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 22:33:06 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 22:33:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64f7d26
7
8 app-emulation/qemu: arm64 stable (bug #738056)
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-emulation/qemu/qemu-5.0.0-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/qemu/qemu-5.0.0-r2.ebuild b/app-emulation/qemu/qemu-5.0.0-r2.ebuild
17 index cc0ed1af56f..f8bc5f9379b 100644
18 --- a/app-emulation/qemu/qemu-5.0.0-r2.ebuild
19 +++ b/app-emulation/qemu/qemu-5.0.0-r2.ebuild
20 @@ -23,7 +23,7 @@ if [[ ${PV} = *9999* ]]; then
21 SRC_URI=""
22 else
23 SRC_URI="https://download.qemu.org/${P}.tar.xz"
24 - KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
25 + KEYWORDS="amd64 arm64 ~ppc ~ppc64 ~x86"
26 fi
27
28 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"