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 1B78C1396D0 for ; Sat, 30 Sep 2017 21:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24C84E0C48; Sat, 30 Sep 2017 21:36:17 +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 F2D76E0C48 for ; Sat, 30 Sep 2017 21:36:16 +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 DD4D1341835 for ; Sat, 30 Sep 2017 21:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36CE99065 for ; Sat, 30 Sep 2017 21:36: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: <1506807307.0340dbf2802561859ea0b0f7902377c4cd013ba8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcalutils/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcalutils/kcalutils-9999.ebuild X-VCS-Directories: kde-apps/kcalutils/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0340dbf2802561859ea0b0f7902377c4cd013ba8 X-VCS-Branch: master Date: Sat, 30 Sep 2017 21:36: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: 0835656d-5254-4cd8-b163-78595c512844 X-Archives-Hash: bf7a7e3837b65dbad394b0abeca376e4 commit: 0340dbf2802561859ea0b0f7902377c4cd013ba8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 30 21:35:07 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 30 21:35:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0340dbf2 kde-apps/kcalutils: Add missing DEPEND Upstream commit b7258b57b3809fea698ec43e9d631228e8a694d2 Package-Manager: Portage-2.3.10, Repoman-2.3.3 kde-apps/kcalutils/kcalutils-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kcalutils/kcalutils-9999.ebuild b/kde-apps/kcalutils/kcalutils-9999.ebuild index ba638eeff6..023b55e8ac 100644 --- a/kde-apps/kcalutils/kcalutils-9999.ebuild +++ b/kde-apps/kcalutils/kcalutils-9999.ebuild @@ -15,6 +15,7 @@ IUSE="" DEPEND=" $(add_frameworks_dep kcodecs) $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes)