From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9FC815817D for ; Mon, 17 Jun 2024 16:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0889AE2A55; Mon, 17 Jun 2024 16:04:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id DE667E2A53 for ; Mon, 17 Jun 2024 16:04:13 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B080335CAF for ; Mon, 17 Jun 2024 16:04:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD9EC1645 for ; Mon, 17 Jun 2024 16:04:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1718640177.c571d70393d3ecd052834a21ddd6bc3280cf4280.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/spectacle/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/spectacle/spectacle-24.05.49.9999.ebuild kde-apps/spectacle/spectacle-9999.ebuild X-VCS-Directories: kde-apps/spectacle/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c571d70393d3ecd052834a21ddd6bc3280cf4280 X-VCS-Branch: master Date: Mon, 17 Jun 2024 16:04:11 +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: e7c1825b-3af9-4abf-a38c-2f6feb7b6fbb X-Archives-Hash: 47357ddca8645befdac55c92cab8cd37 commit: c571d70393d3ecd052834a21ddd6bc3280cf4280 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 17 16:02:57 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 17 16:02:57 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c571d703 kde-apps/spectacle: Set KDE_GCC_MINIMAL=13 Closes: https://bugs.gentoo.org/934449 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/spectacle/spectacle-24.05.49.9999.ebuild | 1 + kde-apps/spectacle/spectacle-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/spectacle/spectacle-24.05.49.9999.ebuild b/kde-apps/spectacle/spectacle-24.05.49.9999.ebuild index e102918469..407d49f663 100644 --- a/kde-apps/spectacle/spectacle-24.05.49.9999.ebuild +++ b/kde-apps/spectacle/spectacle-24.05.49.9999.ebuild @@ -5,6 +5,7 @@ EAPI=8 ECM_HANDBOOK="optional" ECM_TEST="forceoptional" +KDE_GCC_MINIMAL=13 PVCUT=$(ver_cut 1-3) KFMIN=6.3.0 QTMIN=6.6.2 diff --git a/kde-apps/spectacle/spectacle-9999.ebuild b/kde-apps/spectacle/spectacle-9999.ebuild index f2477d3447..694dd7df2a 100644 --- a/kde-apps/spectacle/spectacle-9999.ebuild +++ b/kde-apps/spectacle/spectacle-9999.ebuild @@ -5,6 +5,7 @@ EAPI=8 ECM_HANDBOOK="optional" ECM_TEST="forceoptional" +KDE_GCC_MINIMAL=13 PVCUT=$(ver_cut 1-3) KFMIN=6.3.0 QTMIN=6.6.2