commit: a423ea641a63f07c434cb9204fa5ecdc4fb42def Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Tue Mar 15 23:21:29 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Mar 17 15:18:24 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a423ea64
kde-apps/kmplot: Add kcrash DEPEND, force handbook optional Package-Manager: portage-2.2.27 kde-apps/kmplot/kmplot-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/kmplot/kmplot-9999.ebuild b/kde-apps/kmplot/kmplot-9999.ebuild index 78c2529..63cbb07 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)