Date: Wed, 26 May 2021 15:08:32 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3f06d27ed136 - main - devel/libclc: drop dependency on python2.7 Message-ID: <202105261508.14QF8WTe009942@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f06d27ed1365275282e732ac3e9d8bd9e16b2fb commit 3f06d27ed1365275282e732ac3e9d8bd9e16b2fb Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-05-26 15:00:52 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-05-26 15:05:36 +0000 devel/libclc: drop dependency on python2.7 It builds fine with python3, produced package contents are identical Approved by: portmgr blanket --- devel/libclc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libclc/Makefile b/devel/libclc/Makefile index ebde9594a709..8cdabec66102 100644 --- a/devel/libclc/Makefile +++ b/devel/libclc/Makefile @@ -21,7 +21,7 @@ GH_ACCOUNT= llvm-mirror GH_TAGNAME= 9f6204e # ninja based build is broken since commit 598792bc (16 sep 2016) -USES= gmake python:2.7,build gmake +USES= gmake python:build USE_LDCONFIG= yes MAKE_ENV= MAKE=${GMAKE} DESTDIR=${STAGEDIR} ALL_TARGET=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105261508.14QF8WTe009942>