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 2C760139695 for ; Tue, 9 May 2017 18:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7881D21C060; Tue, 9 May 2017 18:39:38 +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 5241121C060 for ; Tue, 9 May 2017 18:39:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5C05A341659 for ; Tue, 9 May 2017 18:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAE5A7434 for ; Tue, 9 May 2017 18:39:35 +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: <1494353765.f54af634efb805da9ab30f132b784b896894b5da.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/okteta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/okteta/okteta-9999.ebuild X-VCS-Directories: kde-apps/okteta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f54af634efb805da9ab30f132b784b896894b5da X-VCS-Branch: master Date: Tue, 9 May 2017 18:39:35 +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: 89c50f73-dd3f-4092-a45a-505e99b4a9b5 X-Archives-Hash: 0566179a39b1a4911543eed16fdc6ae7 commit: f54af634efb805da9ab30f132b784b896894b5da Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 9 18:16:05 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 9 18:16:05 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f54af634 kde-apps/okteta: Add new DEPEND Upstream commit 661ad90a28d8510fa47e4965a70d535a0df30092 Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-apps/okteta/okteta-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/okteta/okteta-9999.ebuild b/kde-apps/okteta/okteta-9999.ebuild index eed4a134df..03094e7d63 100644 --- a/kde-apps/okteta/okteta-9999.ebuild +++ b/kde-apps/okteta/okteta-9999.ebuild @@ -23,6 +23,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 ki18n) $(add_frameworks_dep kiconthemes)