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 3B7A1158015 for ; Mon, 18 Dec 2023 21:30:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D5AD2BC020; Mon, 18 Dec 2023 21:30:15 +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 600A32BC020 for ; Mon, 18 Dec 2023 21:30:15 +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 81C63335D72 for ; Mon, 18 Dec 2023 21:30:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E938AACA for ; Mon, 18 Dec 2023 21:30:12 +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: <1702929781.e5c8003a60fb57dad72674a1c5c765c963af223d.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: e5c8003a60fb57dad72674a1c5c765c963af223d X-VCS-Branch: master Date: Mon, 18 Dec 2023 21:30:12 +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: ce737a0a-5462-4528-b2b5-61e07ad9a02b X-Archives-Hash: 4b6f6436a79e23ed84e001bc90aa76a7 commit: e5c8003a60fb57dad72674a1c5c765c963af223d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 18 20:03:01 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 18 20:03:01 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5c8003a kde-apps/akonadi: Adjust deps to new qt5,qt6 IUSE additions Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi/akonadi-23.08.49.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 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 13fb6fa5e9..b6773b0863 100644 --- a/kde-apps/akonadi/akonadi-23.08.49.9999.ebuild +++ b/kde-apps/akonadi/akonadi-23.08.49.9999.ebuild @@ -44,7 +44,7 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 kaccounts? ( >=kde-apps/kaccounts-integration-20.08.3:5 - >=net-libs/accounts-qt-1.16 + >=net-libs/accounts-qt-1.16-r1[qt5] ) xml? ( dev-libs/libxml2 ) "