From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-976098-garchives=archives.gentoo.org@lists.gentoo.org>
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 43E4C1396D0
	for <garchives@archives.gentoo.org>; Sun,  1 Oct 2017 21:30:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6854A2BC012;
	Sun,  1 Oct 2017 21:30:56 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 474572BC012
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Oct 2017 21:30:54 +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 A0F7A341830
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Oct 2017 21:30:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D19C183F7
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Oct 2017 21:30:49 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1506893419.902011d505a573bfe5b76f1bdf65daba10fce58a.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: 902011d505a573bfe5b76f1bdf65daba10fce58a
X-VCS-Branch: master
Date: Sun,  1 Oct 2017 21:30:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 569a22a5-04d1-47ae-b386-b41367f4fb0a
X-Archives-Hash: 8b8d392596901903a4c78a752daaed67

commit:     902011d505a573bfe5b76f1bdf65daba10fce58a
Author:     Andrius Štikonas <andrius <AT> stikonas <DOT> eu>
AuthorDate: Sun Oct  1 21:21:16 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 21:30:19 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=902011d5

sys-libs/kpmcore: Drop unused DEPEND

Upstream commit: 722ef62ebbcc539add1b324a8feca49d20db5e97
Closes: https://github.com/gentoo/kde/pull/861

 sys-libs/kpmcore/kpmcore-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-libs/kpmcore/kpmcore-9999.ebuild b/sys-libs/kpmcore/kpmcore-9999.ebuild
index 9ee1d6becc..8492d7d986 100644
--- a/sys-libs/kpmcore/kpmcore-9999.ebuild
+++ b/sys-libs/kpmcore/kpmcore-9999.ebuild
@@ -19,7 +19,6 @@ IUSE=""
 RDEPEND="
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kservice)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)