Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2021 09:00:31 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b3a2e92fdbcc - main - archivers/py-lzma: enable on powerpc
Message-ID:  <202106160900.15G90VR9015290@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b3a2e92fdbcc02c44d6f79239af85f36e366cab6

commit b3a2e92fdbcc02c44d6f79239af85f36e366cab6
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-16 09:00:14 +0000
Commit:     Piotr Kubaj <pkubaj@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
 



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