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 244A459CA3 for ; Thu, 17 Mar 2016 15:18:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CE30E0856; Thu, 17 Mar 2016 15:18:41 +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 45EF4E0825 for ; Thu, 17 Mar 2016 15:18:40 +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 597AD340D32 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 B16B2861 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.048df55af87f668542706da95d51315ab7eee3b7.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kstars/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kstars/kstars-9999.ebuild X-VCS-Directories: kde-apps/kstars/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 048df55af87f668542706da95d51315ab7eee3b7 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: 3808e152-da71-42f8-9efe-46775a7c34f4 X-Archives-Hash: e84638d71556714f6e9e239d88211116 commit: 048df55af87f668542706da95d51315ab7eee3b7 Author: Andreas Sturmlechner gmail com> AuthorDate: Tue Mar 15 23:19:32 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=048df55a kde-apps/kstars: Add kcrash to DEPEND Package-Manager: portage-2.2.27 kde-apps/kstars/kstars-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kstars/kstars-9999.ebuild b/kde-apps/kstars/kstars-9999.ebuild index f9f5033..5179839 100644 --- a/kde-apps/kstars/kstars-9999.ebuild +++ b/kde-apps/kstars/kstars-9999.ebuild @@ -20,6 +20,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio)