commit: ef0f7bf9a878a6ef52ce1587f3aff53fc0e5611c Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Feb 12 08:38:59 2026 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Feb 12 08:39:25 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0f7bf9
dev-libs/FXdiv: require c++17 Closes: https://bugs.gentoo.org/960267 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-libs/FXdiv/FXdiv-2020.12.09-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/FXdiv/FXdiv-2020.12.09-r1.ebuild b/dev-libs/FXdiv/FXdiv-2020.12.09-r1.ebuild index 42eea3b2f814..73e51de79832 100644 --- a/dev-libs/FXdiv/FXdiv-2020.12.09-r1.ebuild +++ b/dev-libs/FXdiv/FXdiv-2020.12.09-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,8 +28,8 @@ PATCHES=( src_prepare() { cmake_src_prepare - # >=dev-cpp/gtest-1.13.0 requires C++14 standard or later - sed -i -e 's/CXX_STANDARD 11/CXX_STANDARD 14/g' \ + # dev-cpp/gtest requires now C++17 standard or later + sed -i -e 's/CXX_STANDARD 11/CXX_STANDARD 17/g' \ CMakeLists.txt || die "sed failed" }
