commit:     be87c58bbe5ac394da087931fe9d257134ba2ec6
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 05:08:06 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Aug 14 12:35:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be87c58b

dev-libs/clog: require C++-17

Closes: https://bugs.gentoo.org/960398
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/clog/files/clog-2023.11.04-test.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/clog/files/clog-2023.11.04-test.patch 
b/dev-libs/clog/files/clog-2023.11.04-test.patch
index e8027d5962e4..0b569d8ea2d3 100644
--- a/dev-libs/clog/files/clog-2023.11.04-test.patch
+++ b/dev-libs/clog/files/clog-2023.11.04-test.patch
@@ -5,7 +5,7 @@
    ADD_EXECUTABLE(clog-test test/clog.cc)
    SET_TARGET_PROPERTIES(clog-test PROPERTIES
 -    CXX_STANDARD 11
-+    CXX_STANDARD 14
++    CXX_STANDARD 17
      CXX_EXTENSIONS NO)
    CLOG_TARGET_RUNTIME_LIBRARY(clog-test)
    TARGET_LINK_LIBRARIES(clog-test PRIVATE clog gtest gtest_main)

Reply via email to