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 6774D138CA3 for ; Sat, 14 Mar 2015 12:37:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A837FE0384; Sat, 14 Mar 2015 12:37:52 +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 41EAAE0384 for ; Sat, 14 Mar 2015 12:37:52 +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 52E3D34086C for ; Sat, 14 Mar 2015 12:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F8FD13BBE for ; Sat, 14 Mar 2015 12:37:43 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1426336625.51cea444744f010ea78b1abc872e42b4a862e0d5.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kate/kate-9999.ebuild X-VCS-Directories: kde-apps/kate/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 51cea444744f010ea78b1abc872e42b4a862e0d5 X-VCS-Branch: master Date: Sat, 14 Mar 2015 12:37:43 +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: 6f734347-c63d-4463-8e14-cf8d842c2b42 X-Archives-Hash: 25d4a30ceb97de03ecbd49a9ae31ce9d commit: 51cea444744f010ea78b1abc872e42b4a862e0d5 Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Mar 11 20:55:53 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Mar 14 12:37:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=51cea444 [kde-apps/kate] DEPEND on kde-frameworks/kcrash Package-Manager: portage-2.2.18 kde-apps/kate/kate-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild index 2eeb783..8dfccb3 100644 --- a/kde-apps/kate/kate-9999.ebuild +++ b/kde-apps/kate/kate-9999.ebuild @@ -20,6 +20,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep kguiaddons) $(add_frameworks_dep ki18n)