commit: 82c0906f11831c07009836f5d4d807b27973a5c2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 1 00:48:02 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 1 00:48:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=82c0906f
kde-apps/pimcommon: Disable broken test Reported-by: Paolo Pedroni <paolo.pedroni <AT> iol.it> Bug: https://bugs.gentoo.org/641730 Package-Manager: Portage-2.3.21, Repoman-2.3.6 kde-apps/pimcommon/pimcommon-17.12.49.9999.ebuild | 9 +++++++++ kde-apps/pimcommon/pimcommon-9999.ebuild | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/kde-apps/pimcommon/pimcommon-17.12.49.9999.ebuild b/kde-apps/pimcommon/pimcommon-17.12.49.9999.ebuild index 3002282f52..8a4a3ff7ea 100644 --- a/kde-apps/pimcommon/pimcommon-17.12.49.9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-17.12.49.9999.ebuild @@ -52,3 +52,12 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n " + +src_test() { + # bug 641730 + local myctestargs=( + -E "(autocorrectiontest)" + ) + + kde5_src_test +} diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild index 3002282f52..8a4a3ff7ea 100644 --- a/kde-apps/pimcommon/pimcommon-9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-9999.ebuild @@ -52,3 +52,12 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n " + +src_test() { + # bug 641730 + local myctestargs=( + -E "(autocorrectiontest)" + ) + + kde5_src_test +}
