aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-30 10:48:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-30 10:48:53 +0200
commit486354fd2ec2b3aeaa1cb036702774d5b4b5f02c (patch)
treede2c4972b553091449a76b5f23ad1a0979ec6a88
parentkde-frameworks/extra-cmake-modules: Bind BUILD_QTHELP_DOCS to USE=doc (diff)
downloadkde-486354fd.tar.gz
kde-486354fd.tar.bz2
kde-486354fd.zip
kde-frameworks/kio: Add missing DEPEND
Upstream commit d428fc8e6447ede81f1e1911d0b66b39265672f3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
-rw-r--r--kde-frameworks/kio/kio-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild
index 144d29d298..f3c1563d16 100644
--- a/kde-frameworks/kio/kio-9999.ebuild
+++ b/kde-frameworks/kio/kio-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
@@ -21,6 +21,7 @@ RDEPEND="
$(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)