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 AD84A139082 for ; Sat, 7 Jan 2017 10:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05686E0CAC; Sat, 7 Jan 2017 10:59:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9618E0CAC for ; Sat, 7 Jan 2017 10:59:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2E2934155D for ; Sat, 7 Jan 2017 10:59:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BC5324B3 for ; Sat, 7 Jan 2017 10:59:56 +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: <1483785047.24f5e91b2e15acab88c3bc36d2d156cc0962b1d4.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: 24f5e91b2e15acab88c3bc36d2d156cc0962b1d4 X-VCS-Branch: master Date: Sat, 7 Jan 2017 10:59:56 +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-Archives-Salt: 66dfe4cb-8058-49f8-947a-90465ec73d95 X-Archives-Hash: 755fa906ef6386e4bf89df8c7b52b72b commit: 24f5e91b2e15acab88c3bc36d2d156cc0962b1d4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 7 10:29:39 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 7 10:30:47 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=24f5e91b sys-block/partitionmanager: Raise QT_MINIMAL to 5.7.1 Package-Manager: portage-2.3.0 sys-block/partitionmanager/partitionmanager-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-block/partitionmanager/partitionmanager-9999.ebuild b/sys-block/partitionmanager/partitionmanager-9999.ebuild index ffa7421..3c7bd4b 100644 --- a/sys-block/partitionmanager/partitionmanager-9999.ebuild +++ b/sys-block/partitionmanager/partitionmanager-9999.ebuild @@ -5,10 +5,12 @@ EAPI=6 KDE_HANDBOOK="forceoptional" +QT_MINIMAL="5.7.1" inherit kde5 DESCRIPTION="KDE utility for management of partitions and file systems" HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager" +[[ ${KDE_BUILD_TYPE} == release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-3" KEYWORDS="" @@ -29,9 +31,9 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) sys-apps/util-linux - >=sys-libs/kpmcore-2.2.0:5= + >=sys-libs/kpmcore-3.0.2:5= " RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools kdesu 5.5.2) + $(add_plasma_dep kde-cli-tools kdesu) !sys-block/partitionmanager:0 "