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 E1CD4158041 for ; Wed, 13 Mar 2024 21:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36201E2A00; Wed, 13 Mar 2024 21:05:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1C485E2A00 for ; Wed, 13 Mar 2024 21:05:34 +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 5354733BE19 for ; Wed, 13 Mar 2024 21:05:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAB0614EE for ; Wed, 13 Mar 2024 21:05:31 +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: <1710363906.3d4a15ca16f22308d97c0be9d848ab15ff3c4b03.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-sdk/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-sdk/plasma-sdk-6.0.49.9999.ebuild kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild X-VCS-Directories: kde-plasma/plasma-sdk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3d4a15ca16f22308d97c0be9d848ab15ff3c4b03 X-VCS-Branch: master Date: Wed, 13 Mar 2024 21:05:31 +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: 91daa12d-4c37-429b-a0d6-bcac3b996a8d X-Archives-Hash: 06570368bef123d4083ec4163b13ed82 commit: 3d4a15ca16f22308d97c0be9d848ab15ff3c4b03 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 13 20:26:45 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 13 21:05:06 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3d4a15ca kde-plasma/plasma-sdk: Add missing RDEPEND, drop obsolete in 9999 Upstream commit 6a3dfae1f74aa1d62cfdf24513a0c69dfde5c5b6 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-sdk/plasma-sdk-6.0.49.9999.ebuild | 1 + kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.0.49.9999.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.0.49.9999.ebuild index e548f2a920..40a8a447c7 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-6.0.49.9999.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-6.0.49.9999.ebuild @@ -38,5 +38,6 @@ DEPEND=" >=kde-plasma/plasma5support-${PVCUT}:6 " RDEPEND="${DEPEND} + >=dev-qt/qt5compat-${QTMIN}:6[qml] >=kde-frameworks/kirigami-${KFMIN}:6 " diff --git a/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild index 5bd77cd16b..c0d7aeec03 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild @@ -17,7 +17,6 @@ KEYWORDS="" IUSE="" DEPEND=" - >=dev-qt/qt5compat-${QTMIN}:6 >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml] >=dev-qt/qtdeclarative-${QTMIN}:6 >=kde-frameworks/karchive-${KFMIN}:6 @@ -38,5 +37,6 @@ DEPEND=" >=kde-plasma/plasma5support-${PVCUT}:6 " RDEPEND="${DEPEND} + >=dev-qt/qt5compat-${QTMIN}:6[qml] >=kde-frameworks/kirigami-${KFMIN}:6 "