diff options
| -rw-r--r-- | kde-apps/kmplot/kmplot-9999.ebuild | 5 |
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) |
