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 47256138206 for ; Tue, 16 Jan 2018 16:26:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98810E08BE; Tue, 16 Jan 2018 16:26:43 +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 7B7A3E08BE for ; Tue, 16 Jan 2018 16:26:43 +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 A921B335C2C for ; Tue, 16 Jan 2018 16:26:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37E2E151 for ; Tue, 16 Jan 2018 16:26:41 +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: <1516119987.be2b6a1c8df1e519b747b30bff1265ad9c076025.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: be2b6a1c8df1e519b747b30bff1265ad9c076025 X-VCS-Branch: master Date: Tue, 16 Jan 2018 16:26:41 +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: c6e4fd9f-be73-44cf-bac3-245707b084e7 X-Archives-Hash: 4f54ecd6a65758aaa96a5492cec1e4a4 commit: be2b6a1c8df1e519b747b30bff1265ad9c076025 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 16 16:26:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 16 16:26:27 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=be2b6a1c sys-block/partitionmanager: Drop unused DEPEND, raise kpmcore dep Upstream commit 21755cb44993042783474d6e0bf445006d52d448 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-block/partitionmanager/partitionmanager-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-block/partitionmanager/partitionmanager-9999.ebuild b/sys-block/partitionmanager/partitionmanager-9999.ebuild index dd0705ed42..2c1f2370ca 100644 --- a/sys-block/partitionmanager/partitionmanager-9999.ebuild +++ b/sys-block/partitionmanager/partitionmanager-9999.ebuild @@ -23,13 +23,12 @@ DEPEND=" $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kservice) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) sys-apps/util-linux - >=sys-libs/kpmcore-3.2.0:5= + >=sys-libs/kpmcore-3.3.0:5= " RDEPEND="${DEPEND} $(add_plasma_dep kde-cli-tools kdesu)