Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2022 09:11:40 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5bc90fd03f49 - main - sysutils/lscpu: Remove ONLY_FOR_ARCHS
Message-ID:  <202205240911.24O9Bev9088154@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205240911.24O9Bev9088154>