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, 30 Sep 2020 22:19:04
Message-Id: 1601504335.d00c5c28426ef28dd30856229a53a032a737383f.sam@gentoo
1 commit: d00c5c28426ef28dd30856229a53a032a737383f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 22:18:07 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 22:18:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00c5c28
7
8 app-emulation/qemu: Stabilize 5.1.0-r1 arm64, #743649
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/qemu/qemu-5.1.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/qemu/qemu-5.1.0-r1.ebuild b/app-emulation/qemu/qemu-5.1.0-r1.ebuild
16 index 7a7ac8c4847..369d862dc87 100644
17 --- a/app-emulation/qemu/qemu-5.1.0-r1.ebuild
18 +++ b/app-emulation/qemu/qemu-5.1.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"