diff options
author | 2022-04-28 04:12:52 +0100 | |
---|---|---|
committer | 2022-04-28 04:12:52 +0100 | |
commit | e462488ad9b96a1aafdf46e0b352ea6fe28e20e8 (patch) | |
tree | a0a9c2094fa8a1af30ee647aadd47a3a23c98970 /app-emulation/qemu/qemu-9999.ebuild | |
parent | metadata/install-qa-check.d: fix minor typo in comment (diff) | |
download | gentoo-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.ebuild | 2 |
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" |