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 B062459CA4 for ; Thu, 17 Mar 2016 15:18:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF86821C03A; Thu, 17 Mar 2016 15:18:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 95F6121C034 for ; Thu, 17 Mar 2016 15:18:39 +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 4DC2D340D1A for ; Thu, 17 Mar 2016 15:18:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E95985E for ; Thu, 17 Mar 2016 15:18:36 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1458227904.1826892aabfb30e28395ef652f26b2ade91cd236.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/step/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/step/step-9999.ebuild X-VCS-Directories: kde-apps/step/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1826892aabfb30e28395ef652f26b2ade91cd236 X-VCS-Branch: master Date: Thu, 17 Mar 2016 15:18:36 +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: af639b2b-ecc0-4ef4-9d2d-db95a2618e11 X-Archives-Hash: aa2268cca632f17d77d34116ab0c8495 commit: 1826892aabfb30e28395ef652f26b2ade91cd236 Author: Andreas Sturmlechner gmail com> AuthorDate: Tue Mar 15 23:07:50 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 17 15:18:24 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1826892a kde-apps/step: Add kcrash to DEPEND Package-Manager: portage-2.2.27 kde-apps/step/step-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/step/step-9999.ebuild b/kde-apps/step/step-9999.ebuild index 445229f..3c54851 100644 --- a/kde-apps/step/step-9999.ebuild +++ b/kde-apps/step/step-9999.ebuild @@ -18,6 +18,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n)