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 45130139695 for ; Sun, 5 Mar 2017 10:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 792B721C06A; Sun, 5 Mar 2017 10:38:34 +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 564D021C03E for ; Sun, 5 Mar 2017 10:38:34 +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 38E83341848 for ; Sun, 5 Mar 2017 10:38:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D35805D20 for ; Sun, 5 Mar 2017 10:38:31 +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: <1488709888.8be0e6044e6b596383acfa5af353d88a21700dad.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/grantlee-editor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/grantlee-editor/grantlee-editor-9999.ebuild X-VCS-Directories: kde-apps/grantlee-editor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8be0e6044e6b596383acfa5af353d88a21700dad X-VCS-Branch: master Date: Sun, 5 Mar 2017 10:38:31 +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: bb9735aa-68c7-48bb-aac3-50c3d3974b67 X-Archives-Hash: 9f7ab670d384234b01bf8ff1b3b2b82b commit: 8be0e6044e6b596383acfa5af353d88a21700dad Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 5 10:31:28 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 5 10:31:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8be0e604 kde-apps/grantlee-editor: Drop unused DEPEND Upstream commit 74059135373cac4d6f2c69a7cc9ec27b34f0547d Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/grantlee-editor/grantlee-editor-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/grantlee-editor/grantlee-editor-9999.ebuild b/kde-apps/grantlee-editor/grantlee-editor-9999.ebuild index 180f7b1d0e..908120d90d 100644 --- a/kde-apps/grantlee-editor/grantlee-editor-9999.ebuild +++ b/kde-apps/grantlee-editor/grantlee-editor-9999.ebuild @@ -31,7 +31,6 @@ DEPEND=" $(add_kdeapps_dep kcontacts) $(add_kdeapps_dep kmime) $(add_kdeapps_dep kpimtextedit) - $(add_kdeapps_dep libkdepim) $(add_kdeapps_dep messagelib) $(add_kdeapps_dep pimcommon) $(add_qt_dep qtgui)