git: 7f5f26f601c6 - main - sysutils/lscpu: also enable on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Mar 2022 20:49:39 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f5f26f601c658d5722368f8c82a78d59f1baec0 commit 7f5f26f601c658d5722368f8c82a78d59f1baec0 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-03-12 20:46:49 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-03-12 20:46:49 +0000 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