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 DC41C138359 for ; Sat, 10 Oct 2020 21:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 373D4E0965; Sat, 10 Oct 2020 21:40:00 +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 22736E0965 for ; Sat, 10 Oct 2020 21:40:00 +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 3C14A340F12 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 BFCD73AD 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: <1602362429.8147ec449ae4a381ec9efc481b10ed83d8da7b7b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-block/partitionmanager/ X-VCS-Repository: proj/kde X-VCS-Files: sys-block/partitionmanager/partitionmanager-9999.ebuild X-VCS-Directories: sys-block/partitionmanager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8147ec449ae4a381ec9efc481b10ed83d8da7b7b 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: acb61dcd-7363-415f-b674-44d9e4d2edb5 X-Archives-Hash: f4521fb7d63e2a9e598f4dd69343e013 commit: 8147ec449ae4a381ec9efc481b10ed83d8da7b7b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 10 20:40:29 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 10 20:40:29 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8147ec44 sys-block/partitionmanager: Raise KFMIN/QTMIN, update HOMEPAGE Upstream commit 0b77294e3de9bc195faaf39c0e2a55c9b3048893 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-block/partitionmanager/partitionmanager-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-block/partitionmanager/partitionmanager-9999.ebuild b/sys-block/partitionmanager/partitionmanager-9999.ebuild index 1b06ebe9df..bea8818b66 100644 --- a/sys-block/partitionmanager/partitionmanager-9999.ebuild +++ b/sys-block/partitionmanager/partitionmanager-9999.ebuild @@ -4,12 +4,12 @@ EAPI=7 ECM_HANDBOOK="optional" -KFMIN=5.60.0 -QTMIN=5.12.3 +KFMIN=5.74.0 +QTMIN=5.14.2 inherit ecm kde.org DESCRIPTION="Utility for management of disks, partitions and file systems" -HOMEPAGE="https://kde.org/applications/system/org.kde.partitionmanager" +HOMEPAGE="https://kde.org/applications/en/partitionmanager" if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"