diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-08 20:53:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-08 21:27:42 +0100 |
commit | d5777802070373020d8d26d3164d2b42c48bd841 (patch) | |
tree | cded24de0a95f5ec043d09be9c3d8523b6a8fc32 /kde-frameworks/ki18n | |
parent | dev-python/importlib_resources: Stabilize 5.10.0 ALLARCHES, #880469 (diff) | |
download | gentoo-d5777802070373020d8d26d3164d2b42c48bd841.tar.gz gentoo-d5777802070373020d8d26d3164d2b42c48bd841.tar.bz2 gentoo-d5777802070373020d8d26d3164d2b42c48bd841.zip |
kde-frameworks/ki18n: Disable defunct kcatalogtest
Bug: https://bugs.gentoo.org/876496
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/ki18n')
-rw-r--r-- | kde-frameworks/ki18n/ki18n-5.99.0.ebuild | 4 |
1 files 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 } |