summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-03-16 00:21:29 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-03-18 02:18:24 +1100
commita423ea641a63f07c434cb9204fa5ecdc4fb42def (patch)
treed5add32dc5f2cfd6fb31293c37b41d3f0cfbdcfa
parent048df55af87f668542706da95d51315ab7eee3b7 (diff)
downloadkde-a423ea641a63f07c434cb9204fa5ecdc4fb42def.tar.gz
kde-a423ea641a63f07c434cb9204fa5ecdc4fb42def.tar.bz2
kde-a423ea641a63f07c434cb9204fa5ecdc4fb42def.zip
kde-apps/kmplot: Add kcrash DEPEND, force handbook optional
Package-Manager: portage-2.2.27
-rw-r--r--kde-apps/kmplot/kmplot-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/kde-apps/kmplot/kmplot-9999.ebuild b/kde-apps/kmplot/kmplot-9999.ebuild
index 78c252957c2..63cbb07becc 100644
--- a/kde-apps/kmplot/kmplot-9999.ebuild
+++ b/kde-apps/kmplot/kmplot-9999.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
inherit kde5
DESCRIPTION="Mathematical function plotter"
@@ -17,6 +17,7 @@ RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)