From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1236592-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8E1C71382C5
	for <garchives@archives.gentoo.org>; Fri,  1 Jan 2021 12:45:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BD946E0864;
	Fri,  1 Jan 2021 12:45:14 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9E332E0864
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Jan 2021 12:45:14 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 52E4E335D84
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Jan 2021 12:45:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CB5BB47E
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Jan 2021 12:45:11 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1609504981.eb431e219952361515b94c40f28e6860c28537eb.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-systemmonitor/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0.ebuild
X-VCS-Directories: kde-plasma/plasma-systemmonitor/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: eb431e219952361515b94c40f28e6860c28537eb
X-VCS-Branch: master
Date: Fri,  1 Jan 2021 12:45:11 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 583051c2-a63d-4c8c-ade8-ce9bf978b75a
X-Archives-Hash: a5f3a2ff17de3f912bd2a1c332fb7f32

commit:     eb431e219952361515b94c40f28e6860c28537eb
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:43:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb431e21

kde-plasma/plasma-systemmonitor: Set min libksysguard version to 5.20.0

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>

 ...temmonitor-5.20.0.ebuild => plasma-systemmonitor-5.20.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
similarity index 93%
rename from kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0.ebuild
rename to kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild
index 71730279591..74a974a91fb 100644
--- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0.ebuild
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -33,7 +33,7 @@ DEPEND="
 	>=kde-frameworks/kio-${KFMIN}:5
 	>=kde-frameworks/knewstuff-${KFMIN}:5
 	>=kde-frameworks/kservice-${KFMIN}:5
-	kde-plasma/libksysguard:5
+	>=kde-plasma/libksysguard-${PV}:5
 "
 RDEPEND="${DEPEND}
 	>=dev-qt/qtquickcontrols2-${QTMIN}:5