git: b3a2e92fdbcc - main - archivers/py-lzma: enable on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Jun 16 09:00:32 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b3a2e92fdbcc02c44d6f79239af85f36e366cab6
commit b3a2e92fdbcc02c44d6f79239af85f36e366cab6
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-16 09:00:14 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-16 09:00:14 +0000
archivers/py-lzma: enable on powerpc
---
archivers/py-lzma/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile
index b8bdd2c87d5c..8c87f7f12d9a 100644
--- a/archivers/py-lzma/Makefile
+++ b/archivers/py-lzma/Makefile
@@ -13,7 +13,7 @@ COMMENT= Python binding for the LZMA compression library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
USES= dos2unix python:3.6+
USE_PYTHON= concurrent distutils autoplist
More information about the dev-commits-ports-all
mailing list