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 CB6A41581C1 for ; Thu, 11 Jul 2024 16:13:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20EED2BC044; Thu, 11 Jul 2024 16:13:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 09EF62BC044 for ; Thu, 11 Jul 2024 16:13:45 +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 48EC1342F9C for ; Thu, 11 Jul 2024 16:13:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB44E1DCD for ; Thu, 11 Jul 2024 16:13:42 +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: <1720714403.f2c9b1618049d7ac5325cf7cfdaaa510a96cc3de.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-addons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdepim-addons/kdepim-addons-23.08.5.ebuild kde-apps/kdepim-addons/kdepim-addons-24.05.2.ebuild X-VCS-Directories: kde-apps/kdepim-addons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f2c9b1618049d7ac5325cf7cfdaaa510a96cc3de X-VCS-Branch: master Date: Thu, 11 Jul 2024 16:13:42 +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: 86500500-d9da-4144-b969-938f207aee78 X-Archives-Hash: 63062d7e3a95834fdf9254258ca0573a commit: f2c9b1618049d7ac5325cf7cfdaaa510a96cc3de Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 11 16:12:37 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 11 16:13:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c9b161 kde-apps/kdepim-addons: Fix IUSE importwizard cmake arg Closes: https://bugs.gentoo.org/935839 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdepim-addons/kdepim-addons-23.08.5.ebuild | 2 +- kde-apps/kdepim-addons/kdepim-addons-24.05.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdepim-addons/kdepim-addons-23.08.5.ebuild b/kde-apps/kdepim-addons/kdepim-addons-23.08.5.ebuild index ddeda5dd040f..ef41fa398350 100644 --- a/kde-apps/kdepim-addons/kdepim-addons-23.08.5.ebuild +++ b/kde-apps/kdepim-addons/kdepim-addons-23.08.5.ebuild @@ -70,7 +70,7 @@ DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( - $(cmake_use_find_package importwizard KPimImportWizard) + $(cmake_use_find_package importwizard KPim5ImportWizard) $(cmake_use_find_package markdown Discount) ) diff --git a/kde-apps/kdepim-addons/kdepim-addons-24.05.2.ebuild b/kde-apps/kdepim-addons/kdepim-addons-24.05.2.ebuild index 84e7378fdf73..47f7200e68b2 100644 --- a/kde-apps/kdepim-addons/kdepim-addons-24.05.2.ebuild +++ b/kde-apps/kdepim-addons/kdepim-addons-24.05.2.ebuild @@ -67,7 +67,7 @@ DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( - $(cmake_use_find_package importwizard KPimImportWizard) + $(cmake_use_find_package importwizard KPim6ImportWizard) $(cmake_use_find_package markdown Discount) )