Skip to content

Commit

Permalink
math/obake: Use USES=compiler:c++20-lang after 5ca2208
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
sunpoet committed Dec 30, 2022
1 parent cd19d12 commit 4ba0c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/obake/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 4ba0c88

Please sign in to comment.