diff options
| -rw-r--r-- | kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild index adbc00f2374..1fe6e8609fb 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild @@ -67,10 +67,11 @@ src_configure() { src_test() { # ECMToolchainAndroidTest passes but then breaks src_install # ECMPoQmToolsTest is broken, bug #627806 + # KDEFetchTranslations can not possibly succeed in releases, bug #764953 # possible race condition with multiple jobs, bug #701854 local myctestargs=( -j1 - -E "(ECMToolchainAndroidTest|ECMPoQmToolsTest)" + -E "(ECMToolchainAndroidTest|ECMPoQmToolsTest|KDEFetchTranslations)" ) cmake_src_test |
