svn commit: r531469 - head/archivers/py-lzma
Sofian Brabez
sbz at FreeBSD.org
Sun Apr 12 01:22:11 UTC 2020
Author: sbz
Date: Sun Apr 12 01:22:10 2020
New Revision: 531469
URL: https://svnweb.freebsd.org/changeset/ports/531469
Log:
- Unbreak package build on ARM arch
PR: 212798
Submitted by: mikael
Modified:
head/archivers/py-lzma/Makefile
Modified: head/archivers/py-lzma/Makefile
==============================================================================
--- head/archivers/py-lzma/Makefile Sun Apr 12 00:57:29 2020 (r531468)
+++ head/archivers/py-lzma/Makefile Sun Apr 12 01:22:10 2020 (r531469)
@@ -14,7 +14,7 @@ COMMENT= Python binding for the LZMA compression libra
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 i386 powerpc64
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64
USES= dos2unix python
USE_PYTHON= concurrent distutils autoplist
More information about the svn-ports-head
mailing list