git: ac666760c0c6 - main - devel/py-build: unbreak bulk -a
- Reply: Charlie Li : "Re: git: ac666760c0c6 - main - devel/py-build: unbreak bulk -a"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Feb 2023 21:38:03 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac666760c0c6ea5d32db1ae594978506d3f84458 commit ac666760c0c6ea5d32db1ae594978506d3f84458 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-12 21:36:54 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-12 21:36:54 +0000 devel/py-build: unbreak bulk -a py-build depends on ports that are not built for all flavors so it can't use allflavors --- devel/py-build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-build/Makefile b/devel/py-build/Makefile index e92f5a0f20ac..49729e4ba735 100644 --- a/devel/py-build/Makefile +++ b/devel/py-build/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}pyproject_hooks>=0:devel/py-pyproject_hooks@${PY_FLAVOR} USES= python -USE_PYTHON= allflavors autoplist concurrent pep517 +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes