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 8FC4E158015 for ; Tue, 19 Dec 2023 22:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA5752BC013; Tue, 19 Dec 2023 22:01:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A99522BC013 for ; Tue, 19 Dec 2023 22:01:01 +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 CC3FB33FE60 for ; Tue, 19 Dec 2023 22:01:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D898131D for ; Tue, 19 Dec 2023 22:00:59 +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: <1703022097.4ec5a1df2f9532be71795379eacff396d5cefd97.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-23.08.49.9999.ebuild X-VCS-Directories: kde-apps/akonadi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4ec5a1df2f9532be71795379eacff396d5cefd97 X-VCS-Branch: master Date: Tue, 19 Dec 2023 22:00:59 +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: 86a7e7d5-1653-4734-8e4f-93defdd1aa4b X-Archives-Hash: 93a20d04594c49a222d23895f119457a commit: 4ec5a1df2f9532be71795379eacff396d5cefd97 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 19 21:41:37 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 19 21:41:37 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4ec5a1df kde-apps/akonadi: Accept kde-apps/kaccounts-integration:6[qt5] Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi/akonadi-23.08.49.9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-apps/akonadi/akonadi-23.08.49.9999.ebuild b/kde-apps/akonadi/akonadi-23.08.49.9999.ebuild index b6773b0863..76e8350b73 100644 --- a/kde-apps/akonadi/akonadi-23.08.49.9999.ebuild +++ b/kde-apps/akonadi/akonadi-23.08.49.9999.ebuild @@ -43,7 +43,10 @@ COMMON_DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 kaccounts? ( - >=kde-apps/kaccounts-integration-20.08.3:5 + || ( + kde-apps/kaccounts-integration:6[qt5] + kde-apps/kaccounts-integration:5 + ) >=net-libs/accounts-qt-1.16-r1[qt5] ) xml? ( dev-libs/libxml2 )