From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 19D32138CD0 for ; Thu, 21 May 2015 23:16:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC2DEE08B2; Thu, 21 May 2015 23:16:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51EA8E08B2 for ; Thu, 21 May 2015 23:16:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 911C8340FBB for ; Thu, 21 May 2015 23:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A639E7 for ; Thu, 21 May 2015 23:16:51 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1432123945.97887afe14bf34fff353a44cfb99a7fe81e43d24.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-editors/kile/ X-VCS-Repository: proj/kde X-VCS-Files: app-editors/kile/kile-5.9999.ebuild X-VCS-Directories: app-editors/kile/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 97887afe14bf34fff353a44cfb99a7fe81e43d24 X-VCS-Branch: master Date: Thu, 21 May 2015 23:16:51 +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: 951bf6c1-9be5-4360-93dc-bb87844c04a9 X-Archives-Hash: 3948fa8c6ba57780afd215ef2c46d971 commit: 97887afe14bf34fff353a44cfb99a7fe81e43d24 Author: Andrius Štikonas stikonas eu> AuthorDate: Wed May 20 12:12:25 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed May 20 12:12:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=97887afe [app-editors/kile] Fix deps. app-editors/kile/kile-5.9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-editors/kile/kile-5.9999.ebuild b/app-editors/kile/kile-5.9999.ebuild index b19dae6..f76a32c 100644 --- a/app-editors/kile/kile-5.9999.ebuild +++ b/app-editors/kile/kile-5.9999.ebuild @@ -20,14 +20,15 @@ IUSE="+pdf +png" DEPEND=" $(add_frameworks_dep kconfig) - $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep kdoctools) $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kinit) $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) $(add_frameworks_dep kparts) $(add_frameworks_dep ktexteditor) $(add_frameworks_dep kwindowsystem)