git: 30c1e58dfb5a - main - sysutils/kubie: Add ONLY_FOR_ARCHS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jul 2024 04:38:30 UTC
The branch main has been updated by dutra: URL: https://cgit.FreeBSD.org/ports/commit/?id=30c1e58dfb5ae807993c81c1484108c7573ffa82 commit 30c1e58dfb5ae807993c81c1484108c7573ffa82 Author: Gabriel M. Dutra <dutra@FreeBSD.org> AuthorDate: 2024-07-27 04:28:18 +0000 Commit: Gabriel M. Dutra <dutra@FreeBSD.org> CommitDate: 2024-07-27 04:30:19 +0000 sysutils/kubie: Add ONLY_FOR_ARCHS Build requires a 64 bit processor Reported by: fallout MFH: 2024Q3 --- sysutils/kubie/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/kubie/Makefile b/sysutils/kubie/Makefile index 031af1c0857e..8efb7157f739 100644 --- a/sysutils/kubie/Makefile +++ b/sysutils/kubie/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/sbstp/kubie LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 +ONLY_FOR_ARCHS_REASON= Requires 64-bit processor + USES= cargo USE_GITHUB= yes GH_ACCOUNT= sbstp