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 965B2158086 for ; Fri, 19 Nov 2021 03:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5B9AE0769; Fri, 19 Nov 2021 03:49:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCA21E0769 for ; Fri, 19 Nov 2021 03:49:16 +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 E87E1342BF3 for ; Fri, 19 Nov 2021 03:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A877A1C6 for ; Fri, 19 Nov 2021 03:49:14 +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: <1637293726.4eca972074d02d0e706c02652f194b26dc3ba2ad.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/ki18n/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/ki18n/ki18n-9999.ebuild X-VCS-Directories: kde-frameworks/ki18n/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4eca972074d02d0e706c02652f194b26dc3ba2ad X-VCS-Branch: master Date: Fri, 19 Nov 2021 03:49:14 +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: bdba45fa-1596-4d9c-bb5e-c108982bba0a X-Archives-Hash: 6def045bca0357079471da1d94118c66 commit: 4eca972074d02d0e706c02652f194b26dc3ba2ad Author: James Beddek posteo de> AuthorDate: Fri Nov 19 03:39:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 19 03:48:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4eca9720 kde-frameworks/ki18n: exclude failing tests requiring fr_CH Closes: https://bugs.gentoo.org/823816 Signed-off-by: James Beddek posteo.de> Closes: https://github.com/gentoo/gentoo/pull/22997 Signed-off-by: Sam James gentoo.org> kde-frameworks/ki18n/ki18n-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-frameworks/ki18n/ki18n-9999.ebuild b/kde-frameworks/ki18n/ki18n-9999.ebuild index 3779d5581c..eda05aba09 100644 --- a/kde-frameworks/ki18n/ki18n-9999.ebuild +++ b/kde-frameworks/ki18n/ki18n-9999.ebuild @@ -40,3 +40,9 @@ src_configure() { ) ecm_src_configure } + +src_test() { + # requires LANG fr_CH. bug 823816 + local myctestargs=( -E "(kcountrytest|kcountrysubdivisiontest)" ) + ecm_src_test +}