From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1610663-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 B709A158041
	for <garchives@archives.gentoo.org>; Wed, 13 Mar 2024 21:17:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2FD75E29D9;
	Wed, 13 Mar 2024 21:17:15 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 10AB3E29D9
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2024 21:17:15 +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 07D5433BF3B
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2024 21:17:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9760E1515
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2024 21:17:12 +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: <1710364588.3b355677edada90f1a86a24cbf49c12522152d41.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-plasma/plasma-sdk/plasma-sdk-6.0.2-r1.ebuild kde-plasma/plasma-sdk/plasma-sdk-6.0.2.ebuild
X-VCS-Directories: kde-plasma/plasma-sdk/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 3b355677edada90f1a86a24cbf49c12522152d41
X-VCS-Branch: master
Date: Wed, 13 Mar 2024 21:17:12 +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: cad8ba43-ec6b-40b1-9422-d6a2269fc1bb
X-Archives-Hash: 79643eda8b4e75c46452e46e845d81c2

commit:     3b355677edada90f1a86a24cbf49c12522152d41
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 20:26:45 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 21:16:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b355677

kde-plasma/plasma-sdk: Add missing RDEPEND, drop obsolete in 9999

Upstream commit 6a3dfae1f74aa1d62cfdf24513a0c69dfde5c5b6

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

 .../plasma-sdk/{plasma-sdk-6.0.2.ebuild => plasma-sdk-6.0.2-r1.ebuild}   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.0.2.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.0.2-r1.ebuild
similarity index 96%
rename from kde-plasma/plasma-sdk/plasma-sdk-6.0.2.ebuild
rename to kde-plasma/plasma-sdk/plasma-sdk-6.0.2-r1.ebuild
index 4540f66f8de7..6ca142b6e5f5 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.0.2.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-6.0.2-r1.ebuild
@@ -38,5 +38,6 @@ DEPEND="
 	>=kde-plasma/plasma5support-${PVCUT}:6
 "
 RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6[qml]
 	>=kde-frameworks/kirigami-${KFMIN}:6
 "