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 BF6EC139694 for ; Mon, 3 Jul 2017 22:09:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9C61E0BCF; Mon, 3 Jul 2017 22:09:07 +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 C7482E0BCF for ; Mon, 3 Jul 2017 22:09:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8273F3417EF for ; Mon, 3 Jul 2017 22:09:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE7527487 for ; Mon, 3 Jul 2017 22:09:04 +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: <1499115147.dccf74af4ea63c4608a63ebf7a9a856838d11e01.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild X-VCS-Directories: kde-apps/kdepim-runtime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dccf74af4ea63c4608a63ebf7a9a856838d11e01 X-VCS-Branch: master Date: Mon, 3 Jul 2017 22:09:04 +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: e41a2314-93c9-4227-824c-cbf53a940230 X-Archives-Hash: 51e9e9312714b753d1213ef775d46e6e commit: dccf74af4ea63c4608a63ebf7a9a856838d11e01 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 3 20:52:27 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 3 20:52:27 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dccf74af kde-apps/kdepim-runtime: Add missing DEPEND Upstream commit 134888a3fcf3bf63b62ef286b600e9e83fc08581 Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild index a10e1a57fe..0258fdc122 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild @@ -49,6 +49,7 @@ CDEPEND=" $(add_kdeapps_dep kmailtransport) $(add_kdeapps_dep kmbox) $(add_kdeapps_dep kmime) + $(add_kdeapps_dep pimcommon) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork)