commit:     d64b1351a7aac0768377e8ff88e923aaffb7338b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 18 09:25:18 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 09:26:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64b1351

kde-plasma/libksysguard: require >= GCC 13 for <format>

Bug: https://bugs.gentoo.org/958370
Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/libksysguard/libksysguard-6.4.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kde-plasma/libksysguard/libksysguard-6.4.0.ebuild 
b/kde-plasma/libksysguard/libksysguard-6.4.0.ebuild
index 3832d6ad97c9..cbffb9df28fe 100644
--- a/kde-plasma/libksysguard/libksysguard-6.4.0.ebuild
+++ b/kde-plasma/libksysguard/libksysguard-6.4.0.ebuild
@@ -39,6 +39,10 @@ RDEPEND="${DEPEND}
 # -m 0755 to avoid suid with USE="-filecaps"
 FILECAPS=( -m 0755 cap_sys_nice=ep usr/libexec/ksysguard/ksgrd_network_helper )
 
+pkg_pretend() {
+       [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13
+}
+
 src_configure() {
        # support std::jthread and std::stop_token is not enabled per default
        # in libc++ prior to version 20, need to add "-fexperimental-library"

Reply via email to