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/qemu-9999.ebuild
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/qemu-9999.ebuild')
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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"