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 BAF4E1396D0 for ; Wed, 6 Sep 2017 21:39:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0796CE0DAC; Wed, 6 Sep 2017 21:39:04 +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 DD679E0DAC for ; Wed, 6 Sep 2017 21:39:03 +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 20484340BEA for ; Wed, 6 Sep 2017 21:39:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D3318B8C for ; Wed, 6 Sep 2017 21:39:01 +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: <1504733928.2a242d06282128bd87672d17e59eae2f1f8fd841.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2a242d06282128bd87672d17e59eae2f1f8fd841 X-VCS-Branch: master Date: Wed, 6 Sep 2017 21:39:01 +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: 2f901f71-8a1b-4a46-bbae-75a805254e1f X-Archives-Hash: 5287680a9b36b8e4da1429fcde8dd6fb commit: 2a242d06282128bd87672d17e59eae2f1f8fd841 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 6 21:38:18 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 6 21:38:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a242d06 kde-apps/akonadi: Add missing DEPEND Upstream commit 0158097ae239deab8c12584b8e9d0908bf83ac25 Package-Manager: Portage-2.3.8, Repoman-2.3.3 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 be837a6439..351b0deb27 100644 --- a/kde-apps/akonadi/akonadi-9999.ebuild +++ b/kde-apps/akonadi/akonadi-9999.ebuild @@ -34,6 +34,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep networkmanager-qt) $(add_qt_dep qtdbus) $(add_qt_dep qtgui '' '' '5=') $(add_qt_dep qtnetwork)