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 0CF81138334 for ; Wed, 8 May 2019 06:09:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10215E088D; Wed, 8 May 2019 06:09:39 +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 E9EF4E087A for ; Wed, 8 May 2019 06:09:37 +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 4F368343BBC for ; Wed, 8 May 2019 06:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C9135DF for ; Wed, 8 May 2019 06:09:34 +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: <1556981973.c85104326dd19a30e3f15b78495c0644d19c3185.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/knotes/knotes-9999.ebuild X-VCS-Directories: kde-apps/knotes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c85104326dd19a30e3f15b78495c0644d19c3185 X-VCS-Branch: master Date: Wed, 8 May 2019 06:09:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 880d7283-55ef-46b5-9349-d77b2d7a8ab9 X-Archives-Hash: c73f629bd677751428942b080dfd5471 commit: c85104326dd19a30e3f15b78495c0644d19c3185 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 4 14:59:33 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 4 14:59:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8510432 kde-apps/knotes: Add new DEPEND Upstream commit 2bf8291967d3f15387edb304ca83fe193bbc0a39 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/knotes/knotes-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild index bc25cdd642..bb48387daa 100644 --- a/kde-apps/knotes/knotes-9999.ebuild +++ b/kde-apps/knotes/knotes-9999.ebuild @@ -39,6 +39,7 @@ DEPEND=" $(add_kdeapps_dep akonadi) $(add_kdeapps_dep akonadi-notes) $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep grantleetheme) $(add_kdeapps_dep kcalcore) $(add_kdeapps_dep kcalutils) $(add_kdeapps_dep kcontacts)