commit: 28525d897f1a83a81df0bbc3ff08de8d94083617 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:23:05 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=28525d89
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.100.0.ebuild | 4 ++-- kde-frameworks/ki18n/ki18n-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-frameworks/ki18n/ki18n-5.100.0.ebuild b/kde-frameworks/ki18n/ki18n-5.100.0.ebuild index 20e52f60a9..0640cdf970 100644 --- a/kde-frameworks/ki18n/ki18n-5.100.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.100.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 } diff --git a/kde-frameworks/ki18n/ki18n-9999.ebuild b/kde-frameworks/ki18n/ki18n-9999.ebuild index 365366bf4c..0767599f14 100644 --- a/kde-frameworks/ki18n/ki18n-9999.ebuild +++ b/kde-frameworks/ki18n/ki18n-9999.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 }
