svn commit: r561777 - head/sysutils/gdisk

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jan 17 01:25:01 UTC 2021


Author: pkubaj
Date: Sun Jan 17 01:25:00 2021
New Revision: 561777
URL: https://svnweb.freebsd.org/changeset/ports/561777

Log:
  sysutils/gdisk: enable on powerpc64le

Modified:
  head/sysutils/gdisk/Makefile

Modified: head/sysutils/gdisk/Makefile
==============================================================================
--- head/sysutils/gdisk/Makefile	Sun Jan 17 01:08:04 2021	(r561776)
+++ head/sysutils/gdisk/Makefile	Sun Jan 17 01:25:00 2021	(r561777)
@@ -14,7 +14,7 @@ COMMENT=	GPT fdisk
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
 
 LIB_DEPENDS=	libpopt.so:devel/popt \
 		libuuid.so:misc/e2fsprogs-libuuid


More information about the svn-ports-all mailing list