summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-28 04:12:52 +0100
committerSam James <sam@gentoo.org>2022-04-28 04:12:52 +0100
commite462488ad9b96a1aafdf46e0b352ea6fe28e20e8 (patch)
treea0a9c2094fa8a1af30ee647aadd47a3a23c98970 /app-emulation/qemu
parentmetadata/install-qa-check.d: fix minor typo in comment (diff)
downloadgentoo-e462488ad9b96a1aafdf46e0b352ea6fe28e20e8.tar.gz
gentoo-e462488ad9b96a1aafdf46e0b352ea6fe28e20e8.tar.bz2
gentoo-e462488ad9b96a1aafdf46e0b352ea6fe28e20e8.zip
app-emulation/qemu: restore ~arm ~riscv
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r--app-emulation/qemu/qemu-7.0.0-r1.ebuild2
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-7.0.0-r1.ebuild b/app-emulation/qemu/qemu-7.0.0-r1.ebuild
index 0571fb6222b2..24314d9c97de 100644
--- a/app-emulation/qemu/qemu-7.0.0-r1.ebuild
+++ b/app-emulation/qemu/qemu-7.0.0-r1.ebuild
@@ -24,7 +24,7 @@ if [[ ${PV} = *9999* ]]; then
else
MY_P="${PN}-${PV/_rc/-rc}"
SRC_URI="https://download.qemu.org/${MY_P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${MY_P}"
fi
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index a8468dde1909..b927c5981570 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} = *9999* ]]; then
SRC_URI=""
else
SRC_URI="https://download.qemu.org/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
fi
DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"