svn commit: r522683 - in branches/2020Q1/devel/py-greenlet: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 11 12:48:15 UTC 2020


Author: sunpoet
Date: Sat Jan 11 12:48:14 2020
New Revision: 522683
URL: https://svnweb.freebsd.org/changeset/ports/522683

Log:
  MFH: r522608
  
  Fix build on powerpc64
  
  PR:		243241
  Submitted by:	pkubaj
  
  Approved by:	ports-secteam (blanket)

Added:
  branches/2020Q1/devel/py-greenlet/files/
     - copied from r522608, head/devel/py-greenlet/files/
Modified:
  branches/2020Q1/devel/py-greenlet/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/devel/py-greenlet/Makefile
==============================================================================
--- branches/2020Q1/devel/py-greenlet/Makefile	Sat Jan 11 12:30:17 2020	(r522682)
+++ branches/2020Q1/devel/py-greenlet/Makefile	Sat Jan 11 12:48:14 2020	(r522683)
@@ -13,7 +13,7 @@ COMMENT=	Light-weight microthreads for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NOT_FOR_ARCHS=		mips mips64 powerpc64
+NOT_FOR_ARCHS=		mips mips64
 NOT_FOR_ARCHS_REASON=	greenlet needs to be ported to this platform
 
 USES=		python


More information about the svn-ports-branches mailing list