commit: f9dbe72e8a00149593b34dc243c899c3ab87e9e0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Jan 1 12:43:01 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jan 1 12:51:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9dbe72e
kde-plasma/plasma-systemmonitor: Set up min kde-plasma/libksysguard version Closes: https://bugs.gentoo.org/762808 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild index ef7ccd8fa4..b266038935 100644 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 +PVCUT=$(ver_cut 1-3) KFMIN=5.74.0 QTMIN=5.15.1 inherit ecm kde.org @@ -33,7 +34,7 @@ DEPEND=" >=kde-frameworks/kio-${KFMIN}:5 >=kde-frameworks/knewstuff-${KFMIN}:5 >=kde-frameworks/kservice-${KFMIN}:5 - kde-plasma/libksysguard:5 + >=kde-plasma/libksysguard-${PVCUT}:5 " RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5
