commit: 8e491649c735b1050e94a54c3fcfe1de1242988b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 22:58:52 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 22:59:31 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e491649
kde-apps/kate-lib: Disable test broken outside of git repository Closes: https://bugs.gentoo.org/967516 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/kate-lib/kate-lib-25.12.2.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/kde-apps/kate-lib/kate-lib-25.12.2.ebuild b/kde-apps/kate-lib/kate-lib-25.12.2.ebuild index 51454ed5d127..c45ac7922173 100644 --- a/kde-apps/kate-lib/kate-lib-25.12.2.ebuild +++ b/kde-apps/kate-lib/kate-lib-25.12.2.ebuild @@ -42,6 +42,14 @@ RDEPEND="${DEPEND} >=kde-apps/kate-common-${PV} " +CMAKE_SKIP_TESTS=( + {session_manager,sessions_action}_test # tests hang +) +# bug #967516: weird interaction w/ git: only works from git repo +[[ ${KDE_BUILD_TYPE} != live ]] && CMAKE_SKIP_TESTS=( + kateapp-file_history_tests +) + src_prepare() { ecm_src_prepare ecm_punt_po_install @@ -58,12 +66,3 @@ src_configure() { ecm_src_configure } - -src_test() { - # tests hang - local myctestargs=( - -E "(session_manager_test|sessions_action_test)" - ) - - ecm_src_test -}
