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: Sun, 25 Apr 2021 05:14:36
Message-Id: 1619327613.6c4c93e5b01746823a4ddefbcb7e750a3a0c5a20.sam@gentoo
1 commit: 6c4c93e5b01746823a4ddefbcb7e750a3a0c5a20
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 05:13:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 05:13:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4c93e5
7
8 app-emulation/qemu: Stabilize 5.2.0-r3 arm64, #785379
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/qemu/qemu-5.2.0-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/qemu/qemu-5.2.0-r3.ebuild b/app-emulation/qemu/qemu-5.2.0-r3.ebuild
16 index 820346ef579..64abd3123a2 100644
17 --- a/app-emulation/qemu/qemu-5.2.0-r3.ebuild
18 +++ b/app-emulation/qemu/qemu-5.2.0-r3.ebuild
19 @@ -24,7 +24,7 @@ if [[ ${PV} = *9999* ]]; then
20 SRC_URI=""
21 else
22 SRC_URI="https://download.qemu.org/${P}.tar.xz"
23 - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
24 + KEYWORDS="~amd64 arm64 ~ppc ~ppc64 ~x86"
25 fi
26
27 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"