Date: Tue, 23 Jul 2019 21:51:33 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507249 - head/archivers/py-lzma Message-ID: <201907232151.x6NLpXWG040924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jul 23 21:51:33 2019 New Revision: 507249 URL: https://svnweb.freebsd.org/changeset/ports/507249 Log: archivers/py-lzma: unbreak on powerpc64 Builds fine on powerpc64. Approved by: mentors (implicit approval) Modified: head/archivers/py-lzma/Makefile Modified: head/archivers/py-lzma/Makefile ============================================================================== --- head/archivers/py-lzma/Makefile Tue Jul 23 21:49:12 2019 (r507248) +++ head/archivers/py-lzma/Makefile Tue Jul 23 21:51:33 2019 (r507249) @@ -14,7 +14,7 @@ COMMENT= Python binding for the LZMA compression libra LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 USES= dos2unix python USE_PYTHON= concurrent distutils autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907232151.x6NLpXWG040924>