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 AB17915808B for ; Fri, 4 Oct 2024 21:55:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 058BBE29CF; Fri, 4 Oct 2024 21:55:07 +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 C614AE29CF for ; Fri, 4 Oct 2024 21:55:06 +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 E1DD733BF08 for ; Fri, 4 Oct 2024 21:55:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 117B027F8 for ; Fri, 4 Oct 2024 21:55:03 +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: <1728078888.e6963ac3b817e40adcf5a9af3b8be96f701abe86.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-24.08.49.9999.ebuild 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: e6963ac3b817e40adcf5a9af3b8be96f701abe86 X-VCS-Branch: master Date: Fri, 4 Oct 2024 21:55:03 +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: 599ee776-b2ff-46b7-a089-f3e484158a86 X-Archives-Hash: 363c77a6e45fb7481a04c712461b3bd0 commit: e6963ac3b817e40adcf5a9af3b8be96f701abe86 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 4 18:58:02 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 4 21:54:48 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6963ac3 kde-apps/akonadi: Prepare for IUSE qt6 USEdep droppage ... in net-libs/accounts-qt Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi/akonadi-24.08.49.9999.ebuild | 2 +- kde-apps/akonadi/akonadi-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/akonadi/akonadi-24.08.49.9999.ebuild b/kde-apps/akonadi/akonadi-24.08.49.9999.ebuild index 5cc8c86811..04bb428e58 100644 --- a/kde-apps/akonadi/akonadi-24.08.49.9999.ebuild +++ b/kde-apps/akonadi/akonadi-24.08.49.9999.ebuild @@ -38,7 +38,7 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 webengine? ( kde-apps/kaccounts-integration:6 - >=net-libs/accounts-qt-1.16_p20220803[qt6] + >=net-libs/accounts-qt-1.17[qt6(+)] ) xml? ( dev-libs/libxml2 ) " diff --git a/kde-apps/akonadi/akonadi-9999.ebuild b/kde-apps/akonadi/akonadi-9999.ebuild index 5cc8c86811..04bb428e58 100644 --- a/kde-apps/akonadi/akonadi-9999.ebuild +++ b/kde-apps/akonadi/akonadi-9999.ebuild @@ -38,7 +38,7 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 webengine? ( kde-apps/kaccounts-integration:6 - >=net-libs/accounts-qt-1.16_p20220803[qt6] + >=net-libs/accounts-qt-1.17[qt6(+)] ) xml? ( dev-libs/libxml2 ) "