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, 16 May 2021 23:44:03
Message-Id: 1621208608.6a88a2158cd9ade3c49a8a38c1f9990ddcf19cc0.sam@gentoo
1 commit: 6a88a2158cd9ade3c49a8a38c1f9990ddcf19cc0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 23:43:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 23:43:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a88a215
7
8 app-emulation/qemu: Stabilize 5.2.0-r50 ppc64, #790374
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/qemu/qemu-5.2.0-r50.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/qemu/qemu-5.2.0-r50.ebuild b/app-emulation/qemu/qemu-5.2.0-r50.ebuild
16 index df951b18e2c..24ee84b828e 100644
17 --- a/app-emulation/qemu/qemu-5.2.0-r50.ebuild
18 +++ b/app-emulation/qemu/qemu-5.2.0-r50.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"