From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1714473-garchives=archives.gentoo.org@lists.gentoo.org>
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 finch.gentoo.org (Postfix) with ESMTPS id 607BD158B20
	for <garchives@archives.gentoo.org>; Sun, 02 Feb 2025 10:29:00 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(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)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 4D496343103
	for <garchives@archives.gentoo.org>; Sun, 02 Feb 2025 10:29:00 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id B1BC411047E;
	Sun, 02 Feb 2025 10:28:33 +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 bobolink.gentoo.org (Postfix) with ESMTPS id A0FF911047F
	for <gentoo-commits@lists.gentoo.org>; Sun, 02 Feb 2025 10:28:33 +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 5B85034305D
	for <gentoo-commits@lists.gentoo.org>; Sun, 02 Feb 2025 10:28:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F0B5E2615
	for <gentoo-commits@lists.gentoo.org>; Sun, 02 Feb 2025 10:28:29 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1738492001.db0a4c26796293368944cf53dfe51a11a3615ca3.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-misc/akonadiclient/akonadiclient-9999.ebuild
X-VCS-Directories: kde-misc/akonadiclient/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: db0a4c26796293368944cf53dfe51a11a3615ca3
X-VCS-Branch: master
Date: Sun, 02 Feb 2025 10:28:29 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c3979f0d-094c-4cff-9b7c-a8ee33483933
X-Archives-Hash: fab50a82a0df63ca846d694130b44127

commit:     db0a4c26796293368944cf53dfe51a11a3615ca3
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Feb  2 06:58:45 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 10:26:41 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=db0a4c26

kde-misc/akonadiclient: missing dependency akonadi-contacts

Fixes: d3bf79f39b6bce621e7e7260173cb92d374b5947
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/kde/pull/1025
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/akonadiclient/akonadiclient-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
index 5feb9ef315..e694ffbfa7 100644
--- a/kde-misc/akonadiclient/akonadiclient-9999.ebuild
+++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
@@ -20,6 +20,7 @@ IUSE=""
 DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[widgets]
 	kde-apps/akonadi:6[xml]
+	kde-apps/akonadi-contacts:6
 	kde-apps/kmime:6
 	>=kde-frameworks/kcodecs-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6