From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A21B2158128 for ; Wed, 18 Jun 2025 09:27:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8BFE7341E6D for ; Wed, 18 Jun 2025 09:27:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 89DAA1104D9; Wed, 18 Jun 2025 09:27:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 82C0D1104D9 for ; Wed, 18 Jun 2025 09:27:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A1F6341E5E for ; Wed, 18 Jun 2025 09:27:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9503291F for ; Wed, 18 Jun 2025 09:27:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1750238803.d64b1351a7aac0768377e8ff88e923aaffb7338b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/libksysguard/libksysguard-6.4.0.ebuild X-VCS-Directories: kde-plasma/libksysguard/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d64b1351a7aac0768377e8ff88e923aaffb7338b X-VCS-Branch: master Date: Wed, 18 Jun 2025 09:27:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d78957be-baea-47ea-8024-9d1614dc811d X-Archives-Hash: 7db73dcd0d9af3317cb664bd3933d138 commit: d64b1351a7aac0768377e8ff88e923aaffb7338b Author: Sam James gentoo org> AuthorDate: Wed Jun 18 09:25:18 2025 +0000 Commit: Sam James gentoo 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 Bug: https://bugs.gentoo.org/958370 Signed-off-by: Sam James 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"