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 374A8139085 for ; Tue, 17 Jan 2017 10:46:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EF2C234085; Tue, 17 Jan 2017 10:46:52 +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 4CAD9234085 for ; Tue, 17 Jan 2017 10:46:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F129C340EE8 for ; Tue, 17 Jan 2017 10:46:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0F5324E5 for ; Tue, 17 Jan 2017 10:46:47 +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: <1484648736.11991b2be7fe86fa5d71e49b2073f356074c775d.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: 11991b2be7fe86fa5d71e49b2073f356074c775d X-VCS-Branch: master Date: Tue, 17 Jan 2017 10:46:47 +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: 43167892-9dc2-476a-8d75-42d298c21dad X-Archives-Hash: 8184690e198e3a6092239b27cb092dc1 commit: 11991b2be7fe86fa5d71e49b2073f356074c775d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 17 10:25:36 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 17 10:25:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=11991b2b kde-apps/kdepim-runtime: Add new DEPEND Upstream commit 372c14153fbc15b61dc140702a295e919ad02110 Package-Manager: portage-2.3.0 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 7929eca..61e8ac7 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild @@ -47,6 +47,7 @@ CDEPEND=" $(add_kdeapps_dep kcalcore) $(add_kdeapps_dep kcalutils) $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdav) $(add_kdeapps_dep kidentitymanagement) $(add_kdeapps_dep kimap) $(add_kdeapps_dep kmailtransport)