From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1384502-garchives=archives.gentoo.org@lists.gentoo.org>
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 1282415808B
	for <garchives@archives.gentoo.org>; Sun, 10 Apr 2022 21:21:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 42FFBE09EF;
	Sun, 10 Apr 2022 21:21:20 +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 B068AE09EF
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2022 21:21:18 +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 62E74341755
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2022 21:21:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 02C111BD
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2022 21:21:15 +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: <1649625665.fefd18b24eb0e314a100de7bbdeb7a4ca5f8d8f7.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
X-VCS-Directories: kde-apps/incidenceeditor/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: fefd18b24eb0e314a100de7bbdeb7a4ca5f8d8f7
X-VCS-Branch: master
Date: Sun, 10 Apr 2022 21:21:15 +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: 7800f192-05ba-4b4c-81b9-36787d7ee705
X-Archives-Hash: 6144b122bef45761be3193795114e25b

commit:     fefd18b24eb0e314a100de7bbdeb7a4ca5f8d8f7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 21:21:05 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 21:21:05 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fefd18b2

kde-apps/incidenceeditor: Sync 9999 comment

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/incidenceeditor/incidenceeditor-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 44baa662ef..08fb34eff9 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
@@ -61,7 +61,7 @@ BDEPEND="
 "
 
 src_test() {
-	# Paths exceed unix domain socket limit, bug 770775
+	# Paths exceed unix domain socket limit, bugs 770775 and 837182
 	local myctestargs=(
 		-E "(akonadi-mysql-incidencedatetimetest|akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
 	)