Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-systemmonitor/
Date: Fri, 01 Jan 2021 12:45:15
Message-Id: 1609504981.eb431e219952361515b94c40f28e6860c28537eb.asturm@gentoo
1 commit: eb431e219952361515b94c40f28e6860c28537eb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 12:43:01 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 12:43:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb431e21
7
8 kde-plasma/plasma-systemmonitor: Set min libksysguard version to 5.20.0
9
10 Closes: https://bugs.gentoo.org/762808
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 ...temmonitor-5.20.0.ebuild => plasma-systemmonitor-5.20.0-r1.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild
18 similarity index 93%
19 rename from kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0.ebuild
20 rename to kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild
21 index 71730279591..74a974a91fb 100644
22 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0.ebuild
23 +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -33,7 +33,7 @@ DEPEND="
31 >=kde-frameworks/kio-${KFMIN}:5
32 >=kde-frameworks/knewstuff-${KFMIN}:5
33 >=kde-frameworks/kservice-${KFMIN}:5
34 - kde-plasma/libksysguard:5
35 + >=kde-plasma/libksysguard-${PV}:5
36 "
37 RDEPEND="${DEPEND}
38 >=dev-qt/qtquickcontrols2-${QTMIN}:5