From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D075138334 for ; Sat, 2 Jun 2018 08:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D7CCE0805; Sat, 2 Jun 2018 08:17:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5281E0805 for ; Sat, 2 Jun 2018 08:17:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98A6E335C60 for ; Sat, 2 Jun 2018 08:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 397F32AD for ; Sat, 2 Jun 2018 08:17:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1527879918.a8379c9688cf36388359b99e902368539b45419f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild X-VCS-Directories: kde-apps/kdepim-runtime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a8379c9688cf36388359b99e902368539b45419f X-VCS-Branch: master Date: Sat, 2 Jun 2018 08:17:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1b66ef6a-d894-44f7-b844-2441c05239f1 X-Archives-Hash: d7b8b5b5044a8bc1f71708d12aff15b2 commit: a8379c9688cf36388359b99e902368539b45419f Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 1 19:05:18 2018 +0000 Commit: Andreas Sturmlechner gentoo 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)