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 E85FC139085 for ; Tue, 31 Jan 2017 21:07:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BA7A21C06B; Tue, 31 Jan 2017 21:07:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ED37821C06B for ; Tue, 31 Jan 2017 21:07:43 +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 2F2B3341293 for ; Tue, 31 Jan 2017 21:07:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D39F3C79 for ; Tue, 31 Jan 2017 21:07:41 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1485896833.5bc090dd2c1217a75bb25b4a407286bb1ed274ab.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadiconsole/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadiconsole/akonadiconsole-9999.ebuild X-VCS-Directories: kde-apps/akonadiconsole/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5bc090dd2c1217a75bb25b4a407286bb1ed274ab X-VCS-Branch: master Date: Tue, 31 Jan 2017 21:07:41 +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: 800ef24c-df10-4c7d-95ce-47a546ab50c5 X-Archives-Hash: 1e8fa1f8ea3ea28d0b409098ff473015 commit: 5bc090dd2c1217a75bb25b4a407286bb1ed274ab Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 31 21:07:13 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 31 21:07:13 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5bc090dd kde-apps/akonadiconsole: DEPEND on kde-apps/akonadi[tools] Thanks-to: Eugene Shalygin gmail.com> Gentoo-bug: 607834 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/akonadiconsole/akonadiconsole-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/akonadiconsole/akonadiconsole-9999.ebuild b/kde-apps/akonadiconsole/akonadiconsole-9999.ebuild index 1678a61..a29b33f 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) + $(add_kdeapps_dep akonadi 'tools') $(add_kdeapps_dep akonadi-contacts) $(add_kdeapps_dep calendarsupport) $(add_kdeapps_dep kcalcore)