Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2020 12:48:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r522683 - in branches/2020Q1/devel/py-greenlet: . files
Message-ID:  <202001111248.00BCmFIH021275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001111248.00BCmFIH021275>