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 B914C138330 for ; Wed, 7 Sep 2016 08:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D017721C271; Wed, 7 Sep 2016 08:58:01 +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 3EA7D21C271 for ; Wed, 7 Sep 2016 08:58:01 +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 556F93408F0 for ; Wed, 7 Sep 2016 08:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7CF7247C for ; Wed, 7 Sep 2016 08:57:57 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1473186288.9c7b149992f73f9bb9314342e5c5df961ec36cea.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi/akonadi-9999.ebuild X-VCS-Directories: kde-apps/akonadi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9c7b149992f73f9bb9314342e5c5df961ec36cea X-VCS-Branch: master Date: Wed, 7 Sep 2016 08:57:57 +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: 6a26c289-37b2-44cf-b406-7d4afeb88734 X-Archives-Hash: 472bf28b2b6eb5b4063135c96129f47d commit: 9c7b149992f73f9bb9314342e5c5df961ec36cea Author: Andreas Sturmlechner gmail com> AuthorDate: Tue Sep 6 18:24:48 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Sep 6 18:24:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9c7b1499 kde-apps/akonadi: Add missing DEPEND Upstream commit 769fe236f43293afdee00dd58687b820e20dd1fd Package-Manager: portage-2.2.28 kde-apps/akonadi/akonadi-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/akonadi/akonadi-9999.ebuild b/kde-apps/akonadi/akonadi-9999.ebuild index f1d4c5c..9e1e6bb 100644 --- a/kde-apps/akonadi/akonadi-9999.ebuild +++ b/kde-apps/akonadi/akonadi-9999.ebuild @@ -24,6 +24,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes)