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 B82631396D1 for ; Sun, 17 Sep 2017 12:01:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0436BE0C2F; Sun, 17 Sep 2017 12:01:24 +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 D794EE0C2F for ; Sun, 17 Sep 2017 12:01:23 +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 1E90D33BEA7 for ; Sun, 17 Sep 2017 12:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7234C8E34 for ; Sun, 17 Sep 2017 12:01:19 +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: <1505646508.1a27a9f61e256f209cf73badfb030666f487a482.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild X-VCS-Directories: kde-apps/kdepim-runtime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1a27a9f61e256f209cf73badfb030666f487a482 X-VCS-Branch: master Date: Sun, 17 Sep 2017 12:01:19 +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: 170df835-178c-482c-8a2c-4275d023b3b4 X-Archives-Hash: 4c8ba92f2ff8302f6fbe5677221f9301 commit: 1a27a9f61e256f209cf73badfb030666f487a482 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 17 11:08:28 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 17 11:08:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1a27a9f6 kde-apps/kdepim-runtime: Remove unused DEPEND Upstream commit 5ae763f58ca535dab2706ba00d98b701f707512f Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild index 2e5b21bfab..2b617c483c 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild @@ -21,7 +21,6 @@ CDEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep kitemmodels)