git: b6c438c1302f - main - news/py-pynzb: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 05 Jun 2023 19:01:59 UTC
The branch main has been updated by sunpoet:

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

commit b6c438c1302fb954c8681c6d34ec2c8c74f111e8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:46:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:49:13 +0000

    news/py-pynzb: Add NO_ARCH
---
 news/py-pynzb/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/news/py-pynzb/Makefile b/news/py-pynzb/Makefile
index 5c3395b0031e..0caa5a914d58 100644
--- a/news/py-pynzb/Makefile
+++ b/news/py-pynzb/Makefile
@@ -14,6 +14,8 @@ LICENSE=	BSD3CLAUSE
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
 OPTIONS_DEFINE=	LXML
 LXML_DESC=	Add support for py-lxml
 LXML_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=2.2.1:devel/py-lxml@${PY_FLAVOR}