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 243F41396D0 for ; Wed, 13 Sep 2017 17:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ADC81FC052; Wed, 13 Sep 2017 17:52:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6C6FE1FC052 for ; Wed, 13 Sep 2017 17:52:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 45ED533D3CE for ; Wed, 13 Sep 2017 17:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94732907E for ; Wed, 13 Sep 2017 17:52:00 +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: <1505325096.c71dcd7c511c6416712bf00284daf018e2b84c3e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-search/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi-search/akonadi-search-9999.ebuild X-VCS-Directories: kde-apps/akonadi-search/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c71dcd7c511c6416712bf00284daf018e2b84c3e X-VCS-Branch: master Date: Wed, 13 Sep 2017 17:52:00 +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: b326d725-075d-48af-8371-35c44c423300 X-Archives-Hash: 92116b4b9531c53eb884c3149d17462d commit: c71dcd7c511c6416712bf00284daf018e2b84c3e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 13 17:28:45 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 13 17:51:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c71dcd7c kde-apps/akonadi-search: Fix DEPENDs Upstream commit fbc7df31d443da1b96cad683939441539cdef20d Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-apps/akonadi-search/akonadi-search-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/akonadi-search/akonadi-search-9999.ebuild b/kde-apps/akonadi-search/akonadi-search-9999.ebuild index eabf32ad23..3c13cd4b7b 100644 --- a/kde-apps/akonadi-search/akonadi-search-9999.ebuild +++ b/kde-apps/akonadi-search/akonadi-search-9999.ebuild @@ -17,7 +17,8 @@ COMMON_DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kio) $(add_frameworks_dep ki18n) $(add_frameworks_dep krunner) $(add_kdeapps_dep akonadi)