Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: sys-libs/kpmcore/
Date: Sat, 10 Oct 2020 21:40:03
Message-Id: 1602362542.4459a36515a4abba485d4f083831c28445e09d63.asturm@gentoo
1 commit: 4459a36515a4abba485d4f083831c28445e09d63
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 20:42:22 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 20:42:22 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4459a365
7
8 sys-libs/kpmcore: Bump subslot, sync KFMIN/QTMIN, update HOMEPAGE
9
10 Upstream commit 4fdaf6b1c87e861861798a1892cb9425123634aa
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 sys-libs/kpmcore/kpmcore-9999.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-libs/kpmcore/kpmcore-9999.ebuild b/sys-libs/kpmcore/kpmcore-9999.ebuild
19 index 93d3e9e130..ca93a85027 100644
20 --- a/sys-libs/kpmcore/kpmcore-9999.ebuild
21 +++ b/sys-libs/kpmcore/kpmcore-9999.ebuild
22 @@ -4,8 +4,8 @@
23 EAPI=7
24
25 ECM_NONGUI="true"
26 -KFMIN=5.60.0
27 -QTMIN=5.12.3
28 +KFMIN=5.74.0
29 +QTMIN=5.14.2
30 inherit ecm kde.org
31
32 if [[ ${KDE_BUILD_TYPE} = release ]]; then
33 @@ -14,10 +14,10 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
34 fi
35
36 DESCRIPTION="Library for managing partitions"
37 -HOMEPAGE="https://kde.org/applications/system/org.kde.partitionmanager"
38 +HOMEPAGE="https://kde.org/applications/en/partitionmanager"
39
40 LICENSE="GPL-3"
41 -SLOT="5/9"
42 +SLOT="5/10"
43 IUSE=""
44
45 BDEPEND="virtual/pkgconfig"