From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 B073913835A for ; Sat, 10 Oct 2020 21:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A395E0968; Sat, 10 Oct 2020 21:40:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 55EA9E0968 for ; Sat, 10 Oct 2020 21:40:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5A543340F45 for ; Sat, 10 Oct 2020 21:39:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D25483B1 for ; Sat, 10 Oct 2020 21:39:55 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1602362542.4459a36515a4abba485d4f083831c28445e09d63.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-libs/kpmcore/ X-VCS-Repository: proj/kde X-VCS-Files: sys-libs/kpmcore/kpmcore-9999.ebuild X-VCS-Directories: sys-libs/kpmcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4459a36515a4abba485d4f083831c28445e09d63 X-VCS-Branch: master Date: Sat, 10 Oct 2020 21:39:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e74c2010-0f84-409d-bb17-685e9b5646a4 X-Archives-Hash: f1a831c77af6f510a424f177e64b8f2b commit: 4459a36515a4abba485d4f083831c28445e09d63 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 10 20:42:22 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 10 20:42:22 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4459a365 sys-libs/kpmcore: Bump subslot, sync KFMIN/QTMIN, update HOMEPAGE Upstream commit 4fdaf6b1c87e861861798a1892cb9425123634aa Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-libs/kpmcore/kpmcore-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-libs/kpmcore/kpmcore-9999.ebuild b/sys-libs/kpmcore/kpmcore-9999.ebuild index 93d3e9e130..ca93a85027 100644 --- a/sys-libs/kpmcore/kpmcore-9999.ebuild +++ b/sys-libs/kpmcore/kpmcore-9999.ebuild @@ -4,8 +4,8 @@ EAPI=7 ECM_NONGUI="true" -KFMIN=5.60.0 -QTMIN=5.12.3 +KFMIN=5.74.0 +QTMIN=5.14.2 inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then @@ -14,10 +14,10 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then fi DESCRIPTION="Library for managing partitions" -HOMEPAGE="https://kde.org/applications/system/org.kde.partitionmanager" +HOMEPAGE="https://kde.org/applications/en/partitionmanager" LICENSE="GPL-3" -SLOT="5/9" +SLOT="5/10" IUSE="" BDEPEND="virtual/pkgconfig"