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 B88BF138334 for ; Tue, 18 Dec 2018 23:29:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77156E08B0; Tue, 18 Dec 2018 23:29:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E254E08B0 for ; Tue, 18 Dec 2018 23:29:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 322E0335C78 for ; Tue, 18 Dec 2018 23:29:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 815644E4 for ; Tue, 18 Dec 2018 23:29:00 +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: <1545167995.3e515488b91bdd0322ef20664a6f4f23adddf3b6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcalc/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcalc/kcalc-9999.ebuild X-VCS-Directories: kde-apps/kcalc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3e515488b91bdd0322ef20664a6f4f23adddf3b6 X-VCS-Branch: master Date: Tue, 18 Dec 2018 23:29:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 867838dd-a5fb-46f0-9104-39243598438a X-Archives-Hash: 4a7e68bae8a0145bed439597255cff04 commit: 3e515488b91bdd0322ef20664a6f4f23adddf3b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 18 21:19:32 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 18 21:19:55 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e515488 kde-apps/kcalc: Add missing DEPEND Upstream commit eab0134fd8a4ebc8d4b5e2432f9afab7d760364e Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcalc/kcalc-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/kcalc/kcalc-9999.ebuild b/kde-apps/kcalc/kcalc-9999.ebuild index 1ba88da827..dcd9d35168 100644 --- a/kde-apps/kcalc/kcalc-9999.ebuild +++ b/kde-apps/kcalc/kcalc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,7 @@ RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep kguiaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kinit)