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 DF41815800A for ; Sat, 26 Aug 2023 08:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA0912BC12B; Sat, 26 Aug 2023 08:41:39 +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 CBCB32BC12B for ; Sat, 26 Aug 2023 08:41:39 +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 BDA4C340C3E for ; Sat, 26 Aug 2023 08:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 200AE1044 for ; Sat, 26 Aug 2023 08:41:37 +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: <1693039265.66e19d1103769e3dfbb517fe86fb6d357e64feed.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kleopatra/kleopatra-23.08.49.9999.ebuild kde-apps/kleopatra/kleopatra-9999.ebuild X-VCS-Directories: kde-apps/kleopatra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 66e19d1103769e3dfbb517fe86fb6d357e64feed X-VCS-Branch: master Date: Sat, 26 Aug 2023 08:41:37 +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: 12437cf9-6459-4254-8099-52075c482f10 X-Archives-Hash: 5f6902d5e151d53fcb995bba654b56df commit: 66e19d1103769e3dfbb517fe86fb6d357e64feed Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 08:37:13 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 08:41:05 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=66e19d11 kde-apps/kleopatra: Fixup cmake args Follow-up to commit 74175e939d9e1037e654d2f159c3be0cc925fde9 Bug: https://bugs.gentoo.org/913039 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kleopatra/kleopatra-23.08.49.9999.ebuild | 2 +- kde-apps/kleopatra/kleopatra-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kleopatra/kleopatra-23.08.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-23.08.49.9999.ebuild index ceeb28dece..766e61a278 100644 --- a/kde-apps/kleopatra/kleopatra-23.08.49.9999.ebuild +++ b/kde-apps/kleopatra/kleopatra-23.08.49.9999.ebuild @@ -60,9 +60,9 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( + $(cmake_use_find_package pim KPim5AkonadiMime) $(cmake_use_find_package pim KPim5IdentityManagement) $(cmake_use_find_package pim KPim5MailTransport) - $(cmake_use_find_package pim KPim5MailTransportAkonadi) ) ecm_src_configure } diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild index ceeb28dece..766e61a278 100644 --- a/kde-apps/kleopatra/kleopatra-9999.ebuild +++ b/kde-apps/kleopatra/kleopatra-9999.ebuild @@ -60,9 +60,9 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( + $(cmake_use_find_package pim KPim5AkonadiMime) $(cmake_use_find_package pim KPim5IdentityManagement) $(cmake_use_find_package pim KPim5MailTransport) - $(cmake_use_find_package pim KPim5MailTransportAkonadi) ) ecm_src_configure }