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 D9BBA139695 for ; Fri, 3 Mar 2017 19:28:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 929BC21C038; Fri, 3 Mar 2017 19:28:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7485C21C038 for ; Fri, 3 Mar 2017 19:28:16 +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 3E1883416A7 for ; Fri, 3 Mar 2017 19:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A20AB5B45 for ; Fri, 3 Mar 2017 19:28:13 +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: <1488569206.e22819cb3551501165d90c4295ddfb2577490690.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail-account-wizard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail-account-wizard/kmail-account-wizard-16.12.49.9999.ebuild kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild X-VCS-Directories: kde-apps/kmail-account-wizard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e22819cb3551501165d90c4295ddfb2577490690 X-VCS-Branch: master Date: Fri, 3 Mar 2017 19:28:13 +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: 5201244e-e3fa-47b2-b2e9-9b568fe4f73f X-Archives-Hash: 7e357213313a307eaf3da2504716cd40 commit: e22819cb3551501165d90c4295ddfb2577490690 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 3 19:24:41 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 3 19:26:46 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e22819cb kde-apps/kmail-account-wizard: Fix DEPENDs Upstream commits: libkleo: f7ecf968a4675efc4c0f6501a8b2d9cdfd377c6f knotifications: 05bf1086be01dd61e7dfe71df1165e43baf36e04 cleanup: 669bd6b9ba03fb38e09eaaa23dc37100796a2eda Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../kmail-account-wizard/kmail-account-wizard-16.12.49.9999.ebuild | 2 ++ kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-16.12.49.9999.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-16.12.49.9999.ebuild index 48135fbff8..c86b87d1e8 100644 --- a/kde-apps/kmail-account-wizard/kmail-account-wizard-16.12.49.9999.ebuild +++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-16.12.49.9999.ebuild @@ -25,6 +25,7 @@ DEPEND=" $(add_frameworks_dep kio) $(add_frameworks_dep kitemviews) $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) $(add_frameworks_dep knotifyconfig) $(add_frameworks_dep kross) $(add_frameworks_dep kservice) @@ -40,6 +41,7 @@ DEPEND=" $(add_kdeapps_dep kmailtransport) $(add_kdeapps_dep kpimtextedit) $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep libkleo) $(add_kdeapps_dep mailcommon) $(add_kdeapps_dep messagelib) $(add_kdeapps_dep pimcommon) diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild index 5904225188..405471bad3 100644 --- a/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild +++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild @@ -25,6 +25,7 @@ DEPEND=" $(add_frameworks_dep kio) $(add_frameworks_dep kitemviews) $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) $(add_frameworks_dep knotifyconfig) $(add_frameworks_dep kross) $(add_frameworks_dep kservice) @@ -40,8 +41,7 @@ DEPEND=" $(add_kdeapps_dep kmailtransport) $(add_kdeapps_dep kpimtextedit) $(add_kdeapps_dep libkdepim) - $(add_kdeapps_dep mailcommon) - $(add_kdeapps_dep messagelib) + $(add_kdeapps_dep libkleo) $(add_kdeapps_dep pimcommon) $(add_qt_dep qtdbus) $(add_qt_dep qtgui)