Date: Mon, 30 Jan 2023 13:20:33 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: 077f90448be2 - main - security/py-YubiOTP: Add NO_ARCH Message-ID: <202301301320.30UDKXXp094528@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=077f90448be2e52971bee4bf3720a0318f38755f commit 077f90448be2e52971bee4bf3720a0318f38755f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:46:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 13:02:39 +0000 security/py-YubiOTP: Add NO_ARCH Approved by: portmgr (blanket) --- security/py-YubiOTP/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/py-YubiOTP/Makefile b/security/py-YubiOTP/Makefile index 3f771aee396a..c3f2c2035ee7 100644 --- a/security/py-YubiOTP/Makefile +++ b/security/py-YubiOTP/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${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?202301301320.30UDKXXp094528>