From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1589054-garchives=archives.gentoo.org@lists.gentoo.org>
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 34D27158451
	for <garchives@archives.gentoo.org>; Wed, 10 Jan 2024 10:17:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7309FE2A03;
	Wed, 10 Jan 2024 10:17:38 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 576ECE2A02
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Jan 2024 10:17:38 +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 8D8AB3430FE
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Jan 2024 10:17:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C2FC14B4
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Jan 2024 10:17:36 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1704881776.2b4440011b8ae718e744d86bcb1f076c9c4c8f1b.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
X-VCS-Repository: proj/kde
X-VCS-Files: eclass/gear.kde.org.eclass
X-VCS-Directories: eclass/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 2b4440011b8ae718e744d86bcb1f076c9c4c8f1b
X-VCS-Branch: master
Date: Wed, 10 Jan 2024 10:17:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 955655e7-5f67-4341-9227-278e7e8943f4
X-Archives-Hash: 010630cf8b375676e84ba6733f159ed2

commit:     2b4440011b8ae718e744d86bcb1f076c9c4c8f1b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 10:16:16 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 10:16:16 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b444001

gear.kde.org.eclass: Add colord-kde, kdenlive to SLOT=5 blocklist

Move gwenview to 24.02 list.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/gear.kde.org.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass
index d8c6b5d12a..f4ebd8ee24 100644
--- a/eclass/gear.kde.org.eclass
+++ b/eclass/gear.kde.org.eclass
@@ -85,6 +85,7 @@ if $(ver_test -gt 24.01.75); then
 		bovo | \
 		calendarjanitor | \
 		calendarsupport | \
+		colord-kde | \
 		dolphin | \
 		dolphin-plugins-dropbox | \
 		dolphin-plugins-git | \
@@ -98,6 +99,7 @@ if $(ver_test -gt 24.01.75); then
 		granatier | \
 		grantlee-editor | \
 		grantleetheme | \
+		gwenview | \
 		incidenceeditor | \
 		isoimagewriter | \
 		juk | \
@@ -132,6 +134,7 @@ if $(ver_test -gt 24.01.75); then
 		kdeconnect | \
 		kdegraphics-mobipocket | \
 		kdenetwork-filesharing | \
+		kdenlive | \
 		kdepim-addons | \
 		kdepim-runtime | \
 		kdf | \
@@ -248,7 +251,6 @@ fi
 if $(ver_test -gt 24.03.75); then
 	case ${PN} in
 		ffmpegthumbs | \
-		gwenview | \
 		itinerary | \
 		k3b | \
 		kdeedu-data | \