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 CAC7F139694 for ; Fri, 17 Mar 2017 19:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3003621C127; Fri, 17 Mar 2017 19:37:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0C66221C127 for ; Fri, 17 Mar 2017 19:37:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1888B3414C1 for ; Fri, 17 Mar 2017 19:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E8636BAE for ; Fri, 17 Mar 2017 19:36:59 +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: <1489779400.c475b26de082a9f09d8dbcca5938efd018ffa514.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: c475b26de082a9f09d8dbcca5938efd018ffa514 X-VCS-Branch: master Date: Fri, 17 Mar 2017 19:36:59 +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: 8e0363ea-8503-4cbd-9f1e-757095a33b9a X-Archives-Hash: 634240c657bfcb6b2f6d87747a1ae90e commit: c475b26de082a9f09d8dbcca5938efd018ffa514 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 17 19:36:16 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 17 19:36:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c475b26d kde-apps/kdepim-runtime: Fix DEPENDs Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild index 618a97d728..f4972e2959 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild @@ -14,9 +14,7 @@ KEYWORDS="" IUSE="google ssl" # TODO kolab, Qt5TextToSpeech - CDEPEND=" - $(add_frameworks_dep kcmutils) $(add_frameworks_dep kcodecs) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -27,7 +25,6 @@ CDEPEND=" $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) $(add_frameworks_dep kjobwidgets) $(add_frameworks_dep knotifications) $(add_frameworks_dep knotifyconfig) @@ -55,18 +52,18 @@ CDEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork) + $(add_qt_dep qtwebengine 'widgets') $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - $(add_qt_dep qtxmlpatterns) dev-libs/libical:= google? ( $(add_kdeapps_dep libkgapi) ) ssl? ( dev-libs/cyrus-sasl ) " DEPEND="${CDEPEND} $(add_frameworks_dep kross) + $(add_qt_dep qtxmlpatterns) dev-libs/cyrus-sasl:2 dev-libs/libxslt - x11-misc/shared-mime-info " RDEPEND="${CDEPEND} !kde-apps/kdepim-kioslaves