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 71FFC15808B for ; Sat, 17 Feb 2024 20:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6B31E2A49; Sat, 17 Feb 2024 20:40:42 +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 98306E2A49 for ; Sat, 17 Feb 2024 20:40:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9682A33FE49 for ; Sat, 17 Feb 2024 20:40:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E955C1160 for ; Sat, 17 Feb 2024 20:40:39 +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: <1708202315.db5984419dcbcd691f41e9770ccc24e80332d558.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma5support/plasma5support-9999.ebuild X-VCS-Directories: kde-plasma/plasma5support/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: db5984419dcbcd691f41e9770ccc24e80332d558 X-VCS-Branch: master Date: Sat, 17 Feb 2024 20:40:39 +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: 87273a67-e77e-49f7-9032-54decf8e5892 X-Archives-Hash: 5099590f65e580cef4b4a5923f8fbe2d commit: db5984419dcbcd691f41e9770ccc24e80332d558 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 17 20:38:35 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 17 20:38:35 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=db598441 kde-plasma/plasma5support: Update dependencies Upstream commits: c17a3e39c87dbcdd5296f3cf2c4ad01e58719a0a 96e1d4482375d9d5cdac749ed39ddbededd01ede Closes: https://bugs.gentoo.org/924452 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma5support/plasma5support-9999.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild index 1e1b3a7b56..20ee03ce12 100644 --- a/kde-plasma/plasma5support/plasma5support-9999.ebuild +++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild @@ -6,6 +6,7 @@ EAPI=8 ECM_QTHELP="true" ECM_TEST="true" KFMIN=9999 +PVCUT=$(ver_cut 1-3) QTMIN=6.6.2 inherit ecm plasma.kde.org @@ -21,6 +22,15 @@ DEPEND=" >=dev-qt/qtdeclarative-${QTMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6 >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kguiaddons-${KFMIN}:6 >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/solid-${KFMIN}:6 + >=kde-plasma/libksysguard-${PVCUT}:6 + >=kde-plasma/libplasma-${PVCUT}:6 +" +RDEPEND="${DEPEND} + !kde-plasma/plasma-workspace:5 " -RDEPEND="${DEPEND}"