commit: db5984419dcbcd691f41e9770ccc24e80332d558 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 17 20:38:35 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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}"
