svn commit: r549773 - head/databases/py-pglast

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 18:24:31 UTC 2020


Author: linimon
Date: Wed Sep 23 18:24:30 2020
New Revision: 549773
URL: https://svnweb.freebsd.org/changeset/ports/549773

Log:
  Also mark as NOT_FOR powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/py-pglast/Makefile

Modified: head/databases/py-pglast/Makefile
==============================================================================
--- head/databases/py-pglast/Makefile	Wed Sep 23 18:21:51 2020	(r549772)
+++ head/databases/py-pglast/Makefile	Wed Sep 23 18:24:30 2020	(r549773)
@@ -12,7 +12,7 @@ COMMENT=	PostgreSQL Languages AST and statements prett
 
 LICENSE=	GPLv3+
 
-NOT_FOR_ARCHS=		aarch64 armv6 armv7 powerpc powerpc64 powerpcspe
+NOT_FOR_ARCHS=		aarch64 armv6 armv7 powerpc powerpc64 powerpc64le powerpcspe
 NOT_FOR_ARCHS_REASON=	port/atomics/arch-<arch>.h: No such file or directory
 
 USES=		gmake python:3.4+


More information about the svn-ports-all mailing list