git: 4ba0c880b86b - main - math/obake: Use USES=compiler:c++20-lang after 5ca22080ae08a6707bbcb9af0529e9d54aa832d5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:18:35 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4ba0c880b86be9bd6ae18df7ada50389624cbe35
commit 4ba0c880b86be9bd6ae18df7ada50389624cbe35
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:54:51 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:29 +0000
math/obake: Use USES=compiler:c++20-lang after 5ca22080ae08a6707bbcb9af0529e9d54aa832d5
Approved by: portmgr (blanket)
---
math/obake/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/obake/Makefile b/math/obake/Makefile
index af31bc9f55a9..6603cc137f90 100644
--- a/math/obake/Makefile
+++ b/math/obake/Makefile
@@ -28,7 +28,7 @@ LIB_DEPENDS= libabsl_base.so:devel/abseil \
libmpfr.so:math/mpfr \
libtbb.so:devel/onetbb
-USES= cmake:testing compiler:c++17-lang # need compiler:c++20-lang
+USES= cmake:testing compiler:c++20-lang
USE_LDCONFIG= yes
USE_GITHUB= yes