devel/py-logutils: Add NO_ARCH

This commit is contained in:
Po-Chuan Hsieh 2022-07-30 13:59:18 +08:00
parent e6cbf01b3a
commit f15af7bf1b
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -9,7 +9,9 @@ COMMENT= Handlers for the Python standard library logging package
LICENSE= BSD3CLAUSE
USES= python:3.6+
USE_PYTHON= distutils autoplist
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>