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 222A51396D0 for ; Thu, 14 Sep 2017 18:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54A821FC017; Thu, 14 Sep 2017 18:08:53 +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 32AEC1FC017 for ; Thu, 14 Sep 2017 18:08:53 +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 08A8533BEBE for ; Thu, 14 Sep 2017 18:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB6C19065 for ; Thu, 14 Sep 2017 18:08:50 +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: <1505412516.0c00e29babc5929f02177c5043a518f5ecb3d32c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-addons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-addons/kdepim-addons-9999.ebuild X-VCS-Directories: kde-apps/kdepim-addons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0c00e29babc5929f02177c5043a518f5ecb3d32c X-VCS-Branch: master Date: Thu, 14 Sep 2017 18:08:50 +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: ee38a89d-1bbc-4bdc-b3ff-96b31b12090e X-Archives-Hash: bb99eee438a756e6295a40530fd781bf commit: 0c00e29babc5929f02177c5043a518f5ecb3d32c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 14 18:08:36 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 14 18:08:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c00e29b kde-apps/kdepim-addons: Fix DEPENDs ...until further notice. Upstream commit 22599237e9746ec7110ea0b3ca739aead8abf74d Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-apps/kdepim-addons/kdepim-addons-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild b/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild index 34beab0bdc..5f325b7a9d 100644 --- a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild +++ b/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild @@ -21,11 +21,11 @@ COMMON_DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep syntax-highlighting)