commit: da3230887425b56bc6a88af3ead5a04629ff2bfe Author: heeplr <32984777+heeplr <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Mon Sep 1 11:02:30 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Sep 13 21:12:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da323088
net-im/spectrum: update to c++17 Signed-off-by: heeplr <32984777+heeplr <AT> users.noreply.github.com> Closes: https://bugs.gentoo.org/942678 Part-of: https://github.com/gentoo/gentoo/pull/43631 Closes: https://github.com/gentoo/gentoo/pull/43631 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> ...{spectrum2-2.2.1-use-c++14.patch => spectrum2-2.2.1-use-c++17.patch} | 2 +- net-im/spectrum2/spectrum2-2.2.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/spectrum2/files/spectrum2-2.2.1-use-c++14.patch b/net-im/spectrum2/files/spectrum2-2.2.1-use-c++17.patch similarity index 86% rename from net-im/spectrum2/files/spectrum2-2.2.1-use-c++14.patch rename to net-im/spectrum2/files/spectrum2-2.2.1-use-c++17.patch index 009f7cb4a3a8..4f21f0dd32e6 100644 --- a/net-im/spectrum2/files/spectrum2-2.2.1-use-c++14.patch +++ b/net-im/spectrum2/files/spectrum2-2.2.1-use-c++17.patch @@ -7,7 +7,7 @@ Don't focre c11 project(libtransport) -set(CMAKE_CXX_STANDARD 11) -+set(CMAKE_CXX_STANDARD 14) ++set(CMAKE_CXX_STANDARD 17) if(WIN32) set(CMAKE_CXX_STANDARD 17) endif(WIN32) diff --git a/net-im/spectrum2/spectrum2-2.2.1.ebuild b/net-im/spectrum2/spectrum2-2.2.1.ebuild index 3b2bcfaf677f..33eefb077a51 100644 --- a/net-im/spectrum2/spectrum2-2.2.1.ebuild +++ b/net-im/spectrum2/spectrum2-2.2.1.ebuild @@ -59,7 +59,7 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${PN}-2.2.1-boost-1.85.patch - "${FILESDIR}"/${PN}-2.2.1-use-c++14.patch + "${FILESDIR}"/${PN}-2.2.1-use-c++17.patch ) src_prepare() {
