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 067FC138334 for ; Mon, 27 May 2019 18:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F780E0837; Mon, 27 May 2019 18:40:19 +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 84AC1E0837 for ; Mon, 27 May 2019 18:40:19 +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 42572344F63 for ; Mon, 27 May 2019 18:40:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC7ED61D for ; Mon, 27 May 2019 18:40:03 +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: <1558982320.835a380f136ad0f98ca9c1fa7ddd8ae60ec48379.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-calendar/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild X-VCS-Directories: kde-apps/akonadi-calendar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 835a380f136ad0f98ca9c1fa7ddd8ae60ec48379 X-VCS-Branch: master Date: Mon, 27 May 2019 18:40:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81b05c27-102f-461f-8584-ee4b4eafab13 X-Archives-Hash: c7bb4a156ac5f550350898c0100ef4c9 commit: 835a380f136ad0f98ca9c1fa7ddd8ae60ec48379 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 27 18:38:38 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 27 18:38:40 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=835a380f kde-apps/akonadi-calendar: Drop unused DEPENDs Upstream commit d18ba909b43e83194fd976ef21ce5ad018f1c8f5 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild index a2e187bd07..2d5a3cae97 100644 --- a/kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild +++ b/kde-apps/akonadi-calendar/akonadi-calendar-9999.ebuild @@ -23,14 +23,11 @@ DEPEND=" $(add_frameworks_dep kitemmodels) $(add_frameworks_dep kjobwidgets) $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwallet) $(add_frameworks_dep kxmlgui) $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) $(add_kdeapps_dep akonadi-mime) $(add_kdeapps_dep kcalcore) $(add_kdeapps_dep kcalutils) - $(add_kdeapps_dep kcontacts) $(add_kdeapps_dep kidentitymanagement) $(add_kdeapps_dep kmailtransport) $(add_kdeapps_dep kmime)