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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 454C013835A for ; Sat, 10 Apr 2021 16:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D183E0877; Sat, 10 Apr 2021 16:29:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 313B8E0877 for ; Sat, 10 Apr 2021 16:29:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE5AA335D32 for ; Sat, 10 Apr 2021 16:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1125CC for ; Sat, 10 Apr 2021 16:29:33 +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: <1618072163.500beb482a548fc0529a21a4fa9ed349d3e3ac9d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/sonnet/sonnet-5.80.0.ebuild X-VCS-Directories: kde-frameworks/sonnet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 500beb482a548fc0529a21a4fa9ed349d3e3ac9d X-VCS-Branch: master Date: Sat, 10 Apr 2021 16:29:33 +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: 73cf01e8-7c81-4462-9e64-419fbaddff98 X-Archives-Hash: 551ea675cc4e8b44cdca6c5012072584 commit: 500beb482a548fc0529a21a4fa9ed349d3e3ac9d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 10 11:30:32 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 10 16:29:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500beb48 kde-frameworks/sonnet: Disable broken sonnet-test_autodetect Bug: https://bugs.gentoo.org/779994 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/sonnet/sonnet-5.80.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild b/kde-frameworks/sonnet/sonnet-5.80.0.ebuild index 83a586a6c92..c2df24e9d69 100644 --- a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild +++ b/kde-frameworks/sonnet/sonnet-5.80.0.ebuild @@ -34,9 +34,10 @@ src_configure() { } src_test() { - # bugs: 680032 + # sonnet-test_settings: bug 680032 + # sonnet-test_autodetect: bug 779994 local myctestargs=( - -E "(sonnet-test_settings|sonnet-test_highlighter)" + -E "(sonnet-test_autodetect|sonnet-test_settings|sonnet-test_highlighter)" ) ecm_src_test