Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2023 21:38:03 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac666760c0c6 - main - devel/py-build: unbreak bulk -a
Message-ID:  <202302122138.31CLc3Z8041418@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302122138.31CLc3Z8041418>