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 449DF158087 for ; Tue, 16 Nov 2021 07:40:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87E5BE0866; Tue, 16 Nov 2021 07:40:16 +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 704CEE0866 for ; Tue, 16 Nov 2021 07:40:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 67F5B342F20 for ; Tue, 16 Nov 2021 07:40:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B68B1D5 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: <1637048228.706738bcb82c40e684cf5086ebcb49a1e715540c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/mbox-importer/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/mbox-importer/mbox-importer-21.08.3.ebuild X-VCS-Directories: kde-apps/mbox-importer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 706738bcb82c40e684cf5086ebcb49a1e715540c 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: f575c954-c605-4f28-a4ce-3d7283018244 X-Archives-Hash: d0af260d00c147fb34445f0bcfc3fdbe commit: 706738bcb82c40e684cf5086ebcb49a1e715540c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 16 06:53:34 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 16 07:37:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706738bc kde-apps/mbox-importer: Punt bogus dep Upstream commit f6d82bb73b7ce7aa74e1a623b539b4cd730352d2 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/mbox-importer/mbox-importer-21.08.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-apps/mbox-importer/mbox-importer-21.08.3.ebuild b/kde-apps/mbox-importer/mbox-importer-21.08.3.ebuild index 299a7d0f58b1..000dcf78647d 100644 --- a/kde-apps/mbox-importer/mbox-importer-21.08.3.ebuild +++ b/kde-apps/mbox-importer/mbox-importer-21.08.3.ebuild @@ -32,3 +32,8 @@ DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 " RDEPEND="${DEPEND}" + +src_prepare() { + ecm_src_prepare + ecm_punt_bogus_dep KF5 GrantleeTheme +}