git: c5831b894d45 - main - devel/gpds: Remove architecture restrictions

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Mon, 25 Jul 2022 20:38:55 UTC
The branch main has been updated by eduardo:

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

commit c5831b894d45ecc675bd61a9ac9603b6cb185c7b
Author:     Joel Bodenmann <jbo@insane.engineer>
AuthorDate: 2022-07-25 20:36:27 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-25 20:36:27 +0000

    devel/gpds: Remove architecture restrictions
    
     - remove ONLY_FOR_ARCHS
    
       This port was successfully tested on i386 and arm64/aarch64 and
       there is in general no reason to believe that it wouldn't work on
       other architectures.
    
    PR:             265423
---
 devel/gpds/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/devel/gpds/Makefile b/devel/gpds/Makefile
index 987101ea3527..d3530aadaa07 100644
--- a/devel/gpds/Makefile
+++ b/devel/gpds/Makefile
@@ -8,13 +8,9 @@ COMMENT=	General purpose data serializer library written in modern C++
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/license.txt
 
-ONLY_FOR_ARCHS=	aarch64 amd64
-ONLY_FOR_ARCHS_REASON=	not yet ported to other architectures
-
 RUN_DEPENDS=	spdlog>=1.9.0:devel/spdlog
 
 USES=		cmake compiler:c++17-lang
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	simulton