git: 423ffeece775 - main - sysutils/gdisk: enable on armv7 and powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 15 08:42:50 UTC 2021


The branch main has been updated by pkubaj:

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

commit 423ffeece775697adbd63650cdfdcf206f0a628d
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:53 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:53 +0000

    sysutils/gdisk: enable on armv7 and powerpc
---
 sysutils/gdisk/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/gdisk/Makefile b/sysutils/gdisk/Makefile
index 4711ace7be6b..74cbc5a757cc 100644
--- a/sysutils/gdisk/Makefile
+++ b/sysutils/gdisk/Makefile
@@ -12,7 +12,7 @@ COMMENT=	GPT fdisk
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	amd64 armv7 i386 powerpc powerpc64 powerpc64le
 
 LIB_DEPENDS=	libpopt.so:devel/popt \
 		libuuid.so:misc/e2fsprogs-libuuid


More information about the dev-commits-ports-main mailing list