aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2022-05-23 16:56:16 +0000
committerMikael Urankar <mikael@FreeBSD.org>2022-05-24 08:59:46 +0000
commit5bc90fd03f49fc9528524d3a7a6779584e8373c4 (patch)
tree8b43bbbb3fecaeedd009beedebc33a97942585dc
parentcbe31b8d904149866ff711cb5f1397bb4983a0a2 (diff)
downloadports-5bc90fd03f49fc9528524d3a7a6779584e8373c4.tar.gz
ports-5bc90fd03f49fc9528524d3a7a6779584e8373c4.zip
sysutils/lscpu: Remove ONLY_FOR_ARCHS
It works on all supported architectures. PR: 264144 264175 Reported by: Graham Perrin Approved by: zi
-rw-r--r--sysutils/lscpu/Makefile2
1 files changed, 0 insertions, 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