svn commit: r549946 - head/archivers/py-lzma

Mark Linimon linimon at FreeBSD.org
Thu Sep 24 20:26:14 UTC 2020


Author: linimon
Date: Thu Sep 24 20:26:13 2020
New Revision: 549946
URL: https://svnweb.freebsd.org/changeset/ports/549946

Log:
  Also enable on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/archivers/py-lzma/Makefile

Modified: head/archivers/py-lzma/Makefile
==============================================================================
--- head/archivers/py-lzma/Makefile	Thu Sep 24 20:12:44 2020	(r549945)
+++ head/archivers/py-lzma/Makefile	Thu Sep 24 20:26:13 2020	(r549946)
@@ -14,7 +14,7 @@ COMMENT=	Python binding for the LZMA compression libra
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64
+ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
 USES=		dos2unix python
 USE_PYTHON=	concurrent distutils autoplist
 


More information about the svn-ports-head mailing list