Skip to content

Commit

Permalink
devel/gpds: Remove architecture restrictions
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
Tectu authored and nunotexbsd committed Jul 25, 2022
1 parent 0796884 commit c5831b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions devel/gpds/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit c5831b8

Please sign in to comment.