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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64AE8158087 for ; Tue, 16 Nov 2021 07:40:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE5FAE086E; Tue, 16 Nov 2021 07:40:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 842BDE0870 for ; Tue, 16 Nov 2021 07:40:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BCC0342F3D for ; Tue, 16 Nov 2021 07:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE8C1DD for ; Tue, 16 Nov 2021 07:40:02 +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: <1637048229.2f3b4fc47dc112b85ce82a2713eb0a74e462b203.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/incidenceeditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/incidenceeditor/incidenceeditor-21.08.3.ebuild X-VCS-Directories: kde-apps/incidenceeditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2f3b4fc47dc112b85ce82a2713eb0a74e462b203 X-VCS-Branch: master Date: Tue, 16 Nov 2021 07:40:02 +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: 8b957b38-1e6e-42ec-9ae1-01165323c3f2 X-Archives-Hash: dfdf512365be4c50369c1b9df3318146 commit: 2f3b4fc47dc112b85ce82a2713eb0a74e462b203 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 16 07:31:42 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 16 07:37:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3b4fc4 kde-apps/incidenceeditor: Punt bogus dep Upstream commit 5cef2f996173ea337b971e79d3a4b320a73502f3 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/incidenceeditor/incidenceeditor-21.08.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-apps/incidenceeditor/incidenceeditor-21.08.3.ebuild b/kde-apps/incidenceeditor/incidenceeditor-21.08.3.ebuild index f90316d7cb4f..3f58f95df97b 100644 --- a/kde-apps/incidenceeditor/incidenceeditor-21.08.3.ebuild +++ b/kde-apps/incidenceeditor/incidenceeditor-21.08.3.ebuild @@ -59,6 +59,11 @@ BDEPEND=" test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) " +src_prepare() { + ecm_src_prepare + ecm_punt_bogus_dep KF5 GrantleeTheme +} + src_configure() { local mycmakeargs=( -DKDEPIM_RUN_AKONADI_TEST=OFF