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 57954138334 for ; Thu, 22 Aug 2019 16:13:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55032E0A4F; Thu, 22 Aug 2019 16:13:45 +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 36F81E0A4F for ; Thu, 22 Aug 2019 16:13:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D594534A12F for ; Thu, 22 Aug 2019 16:13:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 342EB622 for ; Thu, 22 Aug 2019 16:13:41 +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: <1566487463.b0ac038f4cb220d15104b7c966f537045dde953e.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-19.08.49.9999.ebuild X-VCS-Directories: kde-apps/kdepim-runtime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b0ac038f4cb220d15104b7c966f537045dde953e X-VCS-Branch: master Date: Thu, 22 Aug 2019 16:13:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4f33372-fad0-4962-bbf9-257d9a3fa8f5 X-Archives-Hash: 80855c6e6b70f2bdb74b9337d44ed6b0 commit: b0ac038f4cb220d15104b7c966f537045dde953e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 22 15:24:23 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 22 15:24:23 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b0ac038f kde-apps/kdepim-runtime: Apparently there was a facebook resource Disable as done by upstream in commit c2191e695e827923d24eb68949dd4c49ced4128d Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdepim-runtime/kdepim-runtime-19.08.49.9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-19.08.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-19.08.49.9999.ebuild index 372b1943b9..d80ed74619 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-19.08.49.9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-19.08.49.9999.ebuild @@ -76,6 +76,11 @@ RDEPEND="${COMMON_DEPEND} RESTRICT+=" test" +src_prepare() { + kde5_src_prepare + sed -i resources/CMakeLists.txt -e "/add_subdirectory( *facebook *)/ s/^/#DONT/" || die +} + src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON