Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2022 20:49:39 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7f5f26f601c6 - main - sysutils/lscpu: also enable on riscv64
Message-ID:  <202203122049.22CKndKW065085@gitrepo.freebsd.org>

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



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