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: Thu, 28 Apr 2022 03:13:09
Message-Id: 1651115572.e462488ad9b96a1aafdf46e0b352ea6fe28e20e8.sam@gentoo
1 commit: e462488ad9b96a1aafdf46e0b352ea6fe28e20e8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 03:12:52 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 03:12:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e462488a
7
8 app-emulation/qemu: restore ~arm ~riscv
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/qemu/qemu-7.0.0-r1.ebuild | 2 +-
13 app-emulation/qemu/qemu-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/qemu/qemu-7.0.0-r1.ebuild b/app-emulation/qemu/qemu-7.0.0-r1.ebuild
17 index 0571fb6222b2..24314d9c97de 100644
18 --- a/app-emulation/qemu/qemu-7.0.0-r1.ebuild
19 +++ b/app-emulation/qemu/qemu-7.0.0-r1.ebuild
20 @@ -24,7 +24,7 @@ if [[ ${PV} = *9999* ]]; then
21 else
22 MY_P="${PN}-${PV/_rc/-rc}"
23 SRC_URI="https://download.qemu.org/${MY_P}.tar.xz"
24 - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
25 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
26 S="${WORKDIR}/${MY_P}"
27 fi
28
29
30 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
31 index a8468dde1909..b927c5981570 100644
32 --- a/app-emulation/qemu/qemu-9999.ebuild
33 +++ b/app-emulation/qemu/qemu-9999.ebuild
34 @@ -23,7 +23,7 @@ if [[ ${PV} = *9999* ]]; then
35 SRC_URI=""
36 else
37 SRC_URI="https://download.qemu.org/${P}.tar.xz"
38 - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
39 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
40 fi
41
42 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"