git: 5bc90fd03f49 - main - sysutils/lscpu: Remove ONLY_FOR_ARCHS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 May 2022 09:11:40 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bc90fd03f49fc9528524d3a7a6779584e8373c4 commit 5bc90fd03f49fc9528524d3a7a6779584e8373c4 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2022-05-23 16:56:16 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2022-05-24 08:59:46 +0000 sysutils/lscpu: Remove ONLY_FOR_ARCHS It works on all supported architectures. PR: 264144 264175 Reported by: Graham Perrin Approved by: zi --- sysutils/lscpu/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sysutils/lscpu/Makefile b/sysutils/lscpu/Makefile index aacccd2e68ac..7111ebbcd222 100644 --- a/sysutils/lscpu/Makefile +++ b/sysutils/lscpu/Makefile @@ -9,8 +9,6 @@ COMMENT= Display information about the CPU architecture LICENSE= BSD3CLAUSE -ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc riscv64 - USE_GITHUB= yes GH_ACCOUNT= NanXiao