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 0ED96158094 for ; Thu, 6 Oct 2022 09:02:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8275E09A6; Thu, 6 Oct 2022 09:02:15 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC1FBE09A6 for ; Thu, 6 Oct 2022 09:02:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 946593410A8 for ; Thu, 6 Oct 2022 09:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4E7255B for ; Thu, 6 Oct 2022 09:02:12 +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: <1665046917.70377440b125151760285f7975245be9ad12b232.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/akonadiclient/akonadiclient-9999.ebuild X-VCS-Directories: kde-misc/akonadiclient/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 70377440b125151760285f7975245be9ad12b232 X-VCS-Branch: master Date: Thu, 6 Oct 2022 09:02:12 +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: e4a527be-387d-4887-9b0d-099061978555 X-Archives-Hash: 5cd2fdb9f925a242f932479661d7150c commit: 70377440b125151760285f7975245be9ad12b232 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 6 07:49:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 6 09:01:57 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=70377440 kde-misc/akonadiclient: Drop obsolete dep punt Upstream commit 997550b9720ed47aea4794179bb520ad7174c4fe Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/akonadiclient/akonadiclient-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild index cec9915d4b..f40a4669cc 100644 --- a/kde-misc/akonadiclient/akonadiclient-9999.ebuild +++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild @@ -27,8 +27,3 @@ DEPEND=" >=kde-frameworks/ki18n-${KFMIN}:5 " RDEPEND="${DEPEND}" - -src_prepare() { - ecm_src_prepare - ecm_punt_kf_module KIO # we don't need it with >=Qt-5.10 -}