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 3378F158015 for ; Tue, 19 Dec 2023 12:34:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D6502BC080; Tue, 19 Dec 2023 12:34:47 +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 E60542BC080 for ; Tue, 19 Dec 2023 12:34:46 +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 DBD6833BDE1 for ; Tue, 19 Dec 2023 12:34:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E1961339 for ; Tue, 19 Dec 2023 12:34:44 +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: <1702989275.06244f9438f7964f419644f45d5873f401cb0a1b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi/akonadi-9999.ebuild X-VCS-Directories: kde-apps/akonadi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 06244f9438f7964f419644f45d5873f401cb0a1b X-VCS-Branch: master Date: Tue, 19 Dec 2023 12:34:44 +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: a9b8e30f-d6c0-4b15-8fc7-79eb85c165ea X-Archives-Hash: 66e43811b30646a5ae2cde5d8ed699b0 commit: 06244f9438f7964f419644f45d5873f401cb0a1b Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 19 12:33:46 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 19 12:34:35 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=06244f94 kde-apps/akonadi: Fix IUSE kaccounts deps and cmake arg Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi/akonadi-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/akonadi/akonadi-9999.ebuild b/kde-apps/akonadi/akonadi-9999.ebuild index d0f41f29e6..e32bae9a85 100644 --- a/kde-apps/akonadi/akonadi-9999.ebuild +++ b/kde-apps/akonadi/akonadi-9999.ebuild @@ -39,7 +39,7 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 kaccounts? ( >=kde-apps/kaccounts-integration-20.08.3:6 - >=net-libs/accounts-qt-1.16 + >=net-libs/accounts-qt-1.16-r1[qt6] ) xml? ( dev-libs/libxml2 ) " @@ -73,7 +73,7 @@ pkg_setup() { src_configure() { local mycmakeargs=( $(cmake_use_find_package kaccounts AccountsQt6) - $(cmake_use_find_package kaccounts KAccounts) + $(cmake_use_find_package kaccounts KAccounts6) -DBUILD_TOOLS=$(usex tools) $(cmake_use_find_package xml LibXml2) )