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 7EF5A158086 for ; Fri, 19 Nov 2021 03:49:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9F72E07EC; Fri, 19 Nov 2021 03:49:03 +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 AE2C7E07EC for ; Fri, 19 Nov 2021 03:49:03 +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 D5D1D342BE8 for ; Fri, 19 Nov 2021 03:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 922E81CE for ; Fri, 19 Nov 2021 03:49:01 +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: <1637293730.049c2b973b3c80752c885b317f8172a50f9a14a4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/ki18n/ki18n-5.88.0.ebuild X-VCS-Directories: kde-frameworks/ki18n/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 049c2b973b3c80752c885b317f8172a50f9a14a4 X-VCS-Branch: master Date: Fri, 19 Nov 2021 03:49:01 +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: 244647da-a9fe-419d-b884-095082126180 X-Archives-Hash: a5d92ebfaa21bd3b719de2665f7e276b commit: 049c2b973b3c80752c885b317f8172a50f9a14a4 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:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049c2b97 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-5.88.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-frameworks/ki18n/ki18n-5.88.0.ebuild b/kde-frameworks/ki18n/ki18n-5.88.0.ebuild index 5b6f6502c029..b66464e8f3b8 100644 --- a/kde-frameworks/ki18n/ki18n-5.88.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.88.0.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 +}