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 01BF3158090 for ; Wed, 18 May 2022 11:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6FE1E091C; Wed, 18 May 2022 11:30:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 403A5E0918 for ; Wed, 18 May 2022 11:30:31 +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 76094341CD8 for ; Wed, 18 May 2022 11:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2360471 for ; Wed, 18 May 2022 11:30:27 +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: <1652873415.5ac545c07670537d1dac79752d0fa122b6e63f1f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcontacts/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kcontacts/kcontacts-9999.ebuild X-VCS-Directories: kde-frameworks/kcontacts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5ac545c07670537d1dac79752d0fa122b6e63f1f X-VCS-Branch: master Date: Wed, 18 May 2022 11:30:27 +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: 67dce48f-fde3-4cc3-92f6-d4520e90666b X-Archives-Hash: 876321e60cc5c0d3f3afaa3545f05f9b commit: 5ac545c07670537d1dac79752d0fa122b6e63f1f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 18 20:23:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 18 11:30:15 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ac545c0 kde-frameworks/kcontacts: Disable failing test Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kcontacts/kcontacts-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kcontacts/kcontacts-9999.ebuild b/kde-frameworks/kcontacts/kcontacts-9999.ebuild index d2dececc52..12510f7d08 100644 --- a/kde-frameworks/kcontacts/kcontacts-9999.ebuild +++ b/kde-frameworks/kcontacts/kcontacts-9999.ebuild @@ -28,8 +28,9 @@ DEPEND="${RDEPEND} src_test() { # bug #566648 (access to /dev/dri/card0 denied) + # bug #838502 (again some Qt translations loading related err...) local myctestargs=( - -E "(kcontacts-picturetest)" + -E "(kcontacts-addresstest|kcontacts-picturetest)" ) ecm_src_test }