commit: d5777802070373020d8d26d3164d2b42c48bd841 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Nov 8 19:53:23 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Nov 8 20:27:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5777802
kde-frameworks/ki18n: Disable defunct kcatalogtest Bug: https://bugs.gentoo.org/876496 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-frameworks/ki18n/ki18n-5.99.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/ki18n/ki18n-5.99.0.ebuild b/kde-frameworks/ki18n/ki18n-5.99.0.ebuild index 20e52f60a9e2..0640cdf970f5 100644 --- a/kde-frameworks/ki18n/ki18n-5.99.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.99.0.ebuild @@ -41,7 +41,7 @@ src_configure() { } src_test() { - # requires LANG fr_CH. bug 823816 - local myctestargs=( -E "(kcountrytest|kcountrysubdivisiontest)" ) + # requires LANG fr_CH. bugs 823816, 879223 + local myctestargs=( -E "(kcatalogtest|kcountrytest|kcountrysubdivisiontest)" ) ecm_src_test }
