commit:     a8379c9688cf36388359b99e902368539b45419f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  1 19:05:18 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun  1 19:05:18 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8379c96

kde-apps/kdepim-runtime: Disable kdelibs4support

We don't build kolab, so should not depend on it.
Upstream commit 8ede35808e7cbd578e205a6de7cc2ed977baf692

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index fab2046200..949d8bfefe 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -74,6 +74,12 @@ RDEPEND="${CDEPEND}
 
 RESTRICT+=" test"
 
+src_prepare() {
+       kde5_src_prepare
+       # We don't build kolab, so we can disable this
+       punt_bogus_dep KF5 KDELibs4Support
+}
+
 src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_find_package speech Qt5TextToSpeech)

Reply via email to