summaryrefslogtreecommitdiff
path: root/kde-apps
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-18 22:19:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-18 22:19:55 +0100
commit3e515488b91bdd0322ef20664a6f4f23adddf3b6 (patch)
tree20ea6d7a707759c8cfa3f9fa93b68a38702a9693 /kde-apps
parent5f86bf66598ef2852575cad2767678247fde95fd (diff)
downloadkde-3e515488b91bdd0322ef20664a6f4f23adddf3b6.tar.gz
kde-3e515488b91bdd0322ef20664a6f4f23adddf3b6.tar.bz2
kde-3e515488b91bdd0322ef20664a6f4f23adddf3b6.zip
kde-apps/kcalc: Add missing DEPEND
Upstream commit eab0134fd8a4ebc8d4b5e2432f9afab7d760364e Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kcalc/kcalc-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-apps/kcalc/kcalc-9999.ebuild b/kde-apps/kcalc/kcalc-9999.ebuild
index 1ba88da827d..dcd9d351684 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)