commit:     b225aef139f99297e19789171823235a57872b2e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 19:38:04 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 14 19:45:20 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b225aef1

kde-plasma/ksysguard: Add release switch, freeze KFMIN at 5.82.0

5.22 will not be released as part of KDE Plasma anymore.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/ksysguard/ksysguard-9999.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/ksysguard/ksysguard-9999.ebuild 
b/kde-plasma/ksysguard/ksysguard-9999.ebuild
index b1ecebd37b..df86501303 100644
--- a/kde-plasma/ksysguard/ksysguard-9999.ebuild
+++ b/kde-plasma/ksysguard/ksysguard-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
-KFMIN=9999
+KFMIN=5.82.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.2
 VIRTUALX_REQUIRED="test"
@@ -14,9 +14,13 @@ inherit ecm kde.org
 DESCRIPTION="Network-enabled resource usage monitor"
 HOMEPAGE="https://apps.kde.org/ksysguard/ https://userbase.kde.org/KSysGuard";
 
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+       SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
+       KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS=""
 IUSE="lm-sensors"
 
 DEPEND="

Reply via email to