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: Sat, 27 Feb 2021 12:31:44
Message-Id: 1614429084.7b3f435c37978d36938a4f791fc023f764b10e5b.sam@gentoo
1 commit: 7b3f435c37978d36938a4f791fc023f764b10e5b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 12:31:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 12:31:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3f435c
7
8 app-emulation/qemu: Stabilize 5.2.0-r1 arm64, #765736
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/qemu/qemu-5.2.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/qemu/qemu-5.2.0-r1.ebuild b/app-emulation/qemu/qemu-5.2.0-r1.ebuild
16 index ccb10ff8b9a..5050c1ffb14 100644
17 --- a/app-emulation/qemu/qemu-5.2.0-r1.ebuild
18 +++ b/app-emulation/qemu/qemu-5.2.0-r1.ebuild
19 @@ -23,7 +23,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"