From 7f5f26f601c658d5722368f8c82a78d59f1baec0 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sat, 12 Mar 2022 20:46:49 +0000 Subject: sysutils/lscpu: also enable on riscv64 Works fine. --- sysutils/lscpu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/lscpu/Makefile b/sysutils/lscpu/Makefile index 60a56b1b8156..aacccd2e68ac 100644 --- a/sysutils/lscpu/Makefile +++ b/sysutils/lscpu/Makefile @@ -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 -- cgit v1.2.3