Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
Date: Tue, 08 Nov 2022 20:28:21
Message-Id: 1667939262.d5777802070373020d8d26d3164d2b42c48bd841.asturm@gentoo
1 commit: d5777802070373020d8d26d3164d2b42c48bd841
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 8 19:53:23 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 8 20:27:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5777802
7
8 kde-frameworks/ki18n: Disable defunct kcatalogtest
9
10 Bug: https://bugs.gentoo.org/876496
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-frameworks/ki18n/ki18n-5.99.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/kde-frameworks/ki18n/ki18n-5.99.0.ebuild b/kde-frameworks/ki18n/ki18n-5.99.0.ebuild
17 index 20e52f60a9e2..0640cdf970f5 100644
18 --- a/kde-frameworks/ki18n/ki18n-5.99.0.ebuild
19 +++ b/kde-frameworks/ki18n/ki18n-5.99.0.ebuild
20 @@ -41,7 +41,7 @@ src_configure() {
21 }
22
23 src_test() {
24 - # requires LANG fr_CH. bug 823816
25 - local myctestargs=( -E "(kcountrytest|kcountrysubdivisiontest)" )
26 + # requires LANG fr_CH. bugs 823816, 879223
27 + local myctestargs=( -E "(kcatalogtest|kcountrytest|kcountrysubdivisiontest)" )
28 ecm_src_test
29 }