diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-01-09 11:44:48 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-01-23 16:04:13 +0800 |
commit | 2821cd2f4d9613b969d8a161b7ce11c26a574189 (patch) | |
tree | 01549792abaf9b39e4e9db2344b15d917265b55f /app-emulation | |
parent | dev-libs/nss-pem: drop 1.0.7 (diff) | |
download | gentoo-2821cd2f4d9613b969d8a161b7ce11c26a574189.tar.gz gentoo-2821cd2f4d9613b969d8a161b7ce11c26a574189.tar.bz2 gentoo-2821cd2f4d9613b969d8a161b7ce11c26a574189.zip |
app-emulation/qemu: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-6.2.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-6.2.0-r3.ebuild b/app-emulation/qemu/qemu-6.2.0-r3.ebuild index b7b5af92737a..7c6d561d686e 100644 --- a/app-emulation/qemu/qemu-6.2.0-r3.ebuild +++ b/app-emulation/qemu/qemu-6.2.0-r3.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="https://download.qemu.org/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |