Date: Sun, 22 May 2022 05:17:34 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: 35f16b592421 - main - devel/py-clint: Add NO_ARCH Message-ID: <202205220517.24M5HYw4064832@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=35f16b59242111199e09672c36c85b726f577411 commit 35f16b59242111199e09672c36c85b726f577411 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:27:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 05:11:38 +0000 devel/py-clint: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-clint/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-clint/Makefile b/devel/py-clint/Makefile index 42dbe5425e65..b2153396f4f2 100644 --- a/devel/py-clint/Makefile +++ b/devel/py-clint/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}args>=0.1.0:devel/py-args@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist 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.24M5HYw4064832>