git: 72c75b793f54 - main - sysutils/choria: enable for all architectures

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Mon, 27 Mar 2023 11:27:38 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72c75b793f54c018b5a77295c49284bfaa129859

commit 72c75b793f54c018b5a77295c49284bfaa129859
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-03-26 19:21:37 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-03-27 11:25:01 +0000

    sysutils/choria: enable for all architectures
    
    Whatever amd64-only dependency there was, this no longer
    seems to be a problem.  Builds fine on riscv64, armv7,
    and aarch64.
    
    Sponsored by:   Berliner Linux User Group e.V.
    Approved by:    portmgr (build fix blanket)
---
 sysutils/choria/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sysutils/choria/Makefile b/sysutils/choria/Makefile
index d66863ba918d..b97d667180c5 100644
--- a/sysutils/choria/Makefile
+++ b/sysutils/choria/Makefile
@@ -11,8 +11,6 @@ WWW=		https://choria.io/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64
-
 USES=		go:modules
 
 USE_GITHUB=	yes