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 7B1B9138333 for ; Sun, 22 Apr 2018 08:49:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F86BE07E0; Sun, 22 Apr 2018 08:49:03 +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 7B228E07E0 for ; Sun, 22 Apr 2018 08:49: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 5115D335C78 for ; Sun, 22 Apr 2018 08:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FA2F28F for ; Sun, 22 Apr 2018 08:49: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: <1524386913.9ed4cf7b56495e3374f18723c274e9eaf0d75ac1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmailtransport/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmailtransport/kmailtransport-9999.ebuild X-VCS-Directories: kde-apps/kmailtransport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9ed4cf7b56495e3374f18723c274e9eaf0d75ac1 X-VCS-Branch: master Date: Sun, 22 Apr 2018 08:49: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: de04220f-74b8-4c8e-a3b5-f3cbb4ad64cd X-Archives-Hash: 3f096b33200528b39916d8085bb322e3 commit: 9ed4cf7b56495e3374f18723c274e9eaf0d75ac1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 22 08:28:13 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 22 08:48:33 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ed4cf7b kde-apps/kmailtransport: Fix DEPENDs SMTP got 2FA support. Upstream commit bb9ef074c0a9c5cf8ea08ae4a8d3006f0aed74b3 Package-Manager: Portage-2.3.31, Repoman-2.3.9 kde-apps/kmailtransport/kmailtransport-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kmailtransport/kmailtransport-9999.ebuild b/kde-apps/kmailtransport/kmailtransport-9999.ebuild index 036331ea6f..94fea88b22 100644 --- a/kde-apps/kmailtransport/kmailtransport-9999.ebuild +++ b/kde-apps/kmailtransport/kmailtransport-9999.ebuild @@ -25,6 +25,7 @@ COMMON_DEPEND=" $(add_kdeapps_dep akonadi-mime) $(add_kdeapps_dep kmime) $(add_kdeapps_dep ksmtp) + $(add_kdeapps_dep libkgapi) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork)