sysutils/lscpu: also enable on riscv64

Works fine.
This commit is contained in:
Piotr Kubaj 2022-03-12 20:46:49 +00:00
parent 4aa24c6ac5
commit 7f5f26f601

View file

@ -9,7 +9,7 @@ COMMENT= Display information about the CPU architecture
LICENSE= BSD3CLAUSE
ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc
ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc riscv64
USE_GITHUB= yes
GH_ACCOUNT= NanXiao