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: Fri, 02 Oct 2020 00:15:12
Message-Id: 1601597664.9df5973865a72576a6b0612b168fcdf795d2f2ac.sam@gentoo
1 commit: 9df5973865a72576a6b0612b168fcdf795d2f2ac
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 00:14:24 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 00:14:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df59738
7
8 app-emulation/qemu: Stabilize 5.1.0-r1 amd64, #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 369d862dc87..6c6c19919a6 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"