git: a6fdb60e3b93 - main - sysutils/lscpu: works fine on powerpc*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Mar 2022 16:42:18 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6fdb60e3b93f59f8f2fced4684183d8e0015037 commit a6fdb60e3b93f59f8f2fced4684183d8e0015037 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-03-11 16:39:35 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-03-11 16:39:35 +0000 sysutils/lscpu: works fine on powerpc* --- sysutils/lscpu/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysutils/lscpu/Makefile b/sysutils/lscpu/Makefile index aa3b4c9cc9a0..60a56b1b8156 100644 --- a/sysutils/lscpu/Makefile +++ b/sysutils/lscpu/Makefile @@ -9,8 +9,7 @@ COMMENT= Display information about the CPU architecture LICENSE= BSD3CLAUSE -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= unconditionally invokes x86-specific code +ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc USE_GITHUB= yes GH_ACCOUNT= NanXiao