Date: Sun, 22 May 2022 05:17:36 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 35f7870bea58 - main - devel/py-sh: Add NO_ARCH Message-ID: <202205220517.24M5HaYL064856@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=35f7870bea58dc845b97cac625e829d37b7c2d94 commit 35f7870bea58dc845b97cac625e829d37b7c2d94 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:27:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 05:11:38 +0000 devel/py-sh: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-sh/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-sh/Makefile b/devel/py-sh/Makefile index 95c5d674ef40..56f729de725c 100644 --- a/devel/py-sh/Makefile +++ b/devel/py-sh/Makefile @@ -13,4 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205220517.24M5HaYL064856>