git: f15af7bf1b77 - main - devel/py-logutils: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 06:03:37 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f15af7bf1b774d6a765b1ceaac0fb2167f70c703
commit f15af7bf1b774d6a765b1ceaac0fb2167f70c703
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-30 05:59:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-30 06:00:59 +0000
devel/py-logutils: Add NO_ARCH
---
devel/py-logutils/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/devel/py-logutils/Makefile b/devel/py-logutils/Makefile
index 5a34c29de010..b245d6436a4d 100644
--- a/devel/py-logutils/Makefile
+++ b/devel/py-logutils/Makefile
@@ -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>