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 09B17139694 for ; Sat, 11 Feb 2017 21:26:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECB5EE0C47; Sat, 11 Feb 2017 21:25:58 +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 C5481E0C47 for ; Sat, 11 Feb 2017 21:25:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 81776340AC7 for ; Sat, 11 Feb 2017 21:25:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC07E4483 for ; Sat, 11 Feb 2017 21:25:55 +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: <1486846340.8ae6af274e5eb70804f256982393741db5f6e711.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadiconsole/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadiconsole/akonadiconsole-16.12.49.9999.ebuild kde-apps/akonadiconsole/akonadiconsole-9999.ebuild X-VCS-Directories: kde-apps/akonadiconsole/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8ae6af274e5eb70804f256982393741db5f6e711 X-VCS-Branch: master Date: Sat, 11 Feb 2017 21:25:55 +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: c230f91e-6481-4c0a-b740-00c2b06b6343 X-Archives-Hash: 989f73a55dfda11ba99e5a8ee8c7f577 commit: 8ae6af274e5eb70804f256982393741db5f6e711 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 11 20:52:20 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 11 20:52:20 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ae6af27 kde-apps/akonadiconsole: Drop USE=tools dep on kde-apps/akonadi No longer required since 5997acdb424e5071c46b4b9fd42cb583b28fba45 Package-Manager: portage-2.3.3 kde-apps/akonadiconsole/akonadiconsole-16.12.49.9999.ebuild | 2 +- kde-apps/akonadiconsole/akonadiconsole-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/akonadiconsole/akonadiconsole-16.12.49.9999.ebuild b/kde-apps/akonadiconsole/akonadiconsole-16.12.49.9999.ebuild index a29b33fe0d..1678a61a7a 100644 --- a/kde-apps/akonadiconsole/akonadiconsole-16.12.49.9999.ebuild +++ b/kde-apps/akonadiconsole/akonadiconsole-16.12.49.9999.ebuild @@ -28,7 +28,7 @@ DEPEND=" $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi 'tools') + $(add_kdeapps_dep akonadi) $(add_kdeapps_dep akonadi-contacts) $(add_kdeapps_dep calendarsupport) $(add_kdeapps_dep kcalcore) diff --git a/kde-apps/akonadiconsole/akonadiconsole-9999.ebuild b/kde-apps/akonadiconsole/akonadiconsole-9999.ebuild index a29b33fe0d..1678a61a7a 100644 --- a/kde-apps/akonadiconsole/akonadiconsole-9999.ebuild +++ b/kde-apps/akonadiconsole/akonadiconsole-9999.ebuild @@ -28,7 +28,7 @@ DEPEND=" $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi 'tools') + $(add_kdeapps_dep akonadi) $(add_kdeapps_dep akonadi-contacts) $(add_kdeapps_dep calendarsupport) $(add_kdeapps_dep kcalcore)