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 754E01396D0 for ; Wed, 13 Sep 2017 17:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D63D2E069C; Wed, 13 Sep 2017 17:54:14 +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 B92E6E069C for ; Wed, 13 Sep 2017 17:54:14 +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 EBA8133D3CE for ; Wed, 13 Sep 2017 17:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 932148F83 for ; Wed, 13 Sep 2017 17:54:12 +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: <1505325184.ea65cfba9dc63896630cd5d9d4e9ffb5e931cf55.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: ea65cfba9dc63896630cd5d9d4e9ffb5e931cf55 X-VCS-Branch: master Date: Wed, 13 Sep 2017 17:54:12 +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: 35ff3315-145e-41d7-b15c-1f34b373d0a6 X-Archives-Hash: e25fdb29cfc1762d45dac13c79f831a7 commit: ea65cfba9dc63896630cd5d9d4e9ffb5e931cf55 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 13 17:53:04 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 13 17:53:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ea65cfba sys-libs/kpmcore: Drop unused DEPEND Upstream commit 34712dd2ed499dd2c78ea07de9b3b499f32c86f7 Package-Manager: Portage-2.3.8, Repoman-2.3.3 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 31325e4811..9ee1d6becc 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 kio) $(add_frameworks_dep kservice) $(add_frameworks_dep kwidgetsaddons) $(add_qt_dep qtdbus)