git: 975d9e8938ad - main - devel/include-what-you-use: Restrict to python3.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Jun 2022 19:43:22 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=975d9e8938ad54db545081c3f167b644090f0c2f commit 975d9e8938ad54db545081c3f167b644090f0c2f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-15 19:37:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-15 19:43:15 +0000 devel/include-what-you-use: Restrict to python3.8 Upstream supplies .imp files which are only available for python2.7 and python3.8. So restrict it to only python3.8 only for now until upstream updates. Reported by: fluffy --- devel/include-what-you-use/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile index 7dcb6e2fef44..d380a00baa4e 100644 --- a/devel/include-what-you-use/Makefile +++ b/devel/include-what-you-use/Makefile @@ -15,7 +15,7 @@ LLVM_VER= 14 BUILD_DEPENDS= clang${LLVM_VER}:devel/llvm${LLVM_VER} RUN_DEPENDS= clang${LLVM_VER}:devel/llvm${LLVM_VER} -USES= cmake compiler:c++11-lang ncurses python:run shebangfix +USES= cmake compiler:c++11-lang ncurses python:3.8,run shebangfix USE_GITHUB= yes SHEBANG_FILES= fix_includes.py \