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 954E015808B for ; Wed, 16 Mar 2022 21:56:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD447E0869; Wed, 16 Mar 2022 21:56:01 +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 AE059E0869 for ; Wed, 16 Mar 2022 21:56:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9D97434361A for ; Wed, 16 Mar 2022 21:56:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 447FCAF for ; Wed, 16 Mar 2022 21:55:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647467749.f9fbe8eab3a5a269d75ca9287cc18d83e3fff68d.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkgapi/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/libkgapi/libkgapi-9999.ebuild X-VCS-Directories: kde-apps/libkgapi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9fbe8eab3a5a269d75ca9287cc18d83e3fff68d X-VCS-Branch: master Date: Wed, 16 Mar 2022 21:55: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: fb4a78d5-28bd-4518-ab8f-a38d4023ba88 X-Archives-Hash: d6816940d219a8a457760bec56c946bd commit: f9fbe8eab3a5a269d75ca9287cc18d83e3fff68d Author: Sam James gentoo org> AuthorDate: Wed Mar 16 21:55:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 16 21:55:49 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9fbe8ea kde-apps/libkgapi: fix whitespace Signed-off-by: Sam James gentoo.org> kde-apps/libkgapi/libkgapi-9999.ebuild | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/kde-apps/libkgapi/libkgapi-9999.ebuild b/kde-apps/libkgapi/libkgapi-9999.ebuild index c79e784073..4c72fdcae5 100644 --- a/kde-apps/libkgapi/libkgapi-9999.ebuild +++ b/kde-apps/libkgapi/libkgapi-9999.ebuild @@ -33,14 +33,13 @@ DEPEND=" RDEPEND="${DEPEND}" src_test() { - local myctestargs=( - # Both fail for multiple distros, see bug #832709 for more discussion - # Revisit at least once Qt 5.15.3 is in wider distribution (in Gentoo at least): - # - contacts-contactcreatejobtest - # - contacts-contactmodifyjobtest - -E "(contacts-contactcreatejobtest|contacts-contactmodifyjobtest" - ) - - virtx cmake_src_test + local myctestargs=( + # Both fail for multiple distros, see bug #832709 for more discussion + # Revisit at least once Qt 5.15.3 is in wider distribution (in Gentoo at least): + # - contacts-contactcreatejobtest + # - contacts-contactmodifyjobtest + -E "(contacts-contactcreatejobtest|contacts-contactmodifyjobtest" + ) + + virtx cmake_src_test } -