commit:     26a79c8b4201472e32d9c0162d5075106ed678fc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 22:26:05 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 22:26:05 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=26a79c8b

kde-apps/kmime: Disable failing tests

Bug: https://bugs.gentoo.org/924507
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kmime/kmime-24.05.49.9999.ebuild | 5 +++++
 kde-apps/kmime/kmime-9999.ebuild          | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/kde-apps/kmime/kmime-24.05.49.9999.ebuild 
b/kde-apps/kmime/kmime-24.05.49.9999.ebuild
index 33e20d2336..92718c52b9 100644
--- a/kde-apps/kmime/kmime-24.05.49.9999.ebuild
+++ b/kde-apps/kmime/kmime-24.05.49.9999.ebuild
@@ -20,3 +20,8 @@ DEPEND="
        >=kde-frameworks/ki18n-${KFMIN}:6
 "
 RDEPEND="${DEPEND}"
+
+CMAKE_SKIP_TESTS=(
+       # bug 924507
+       kmime-{header,message}test
+)

diff --git a/kde-apps/kmime/kmime-9999.ebuild b/kde-apps/kmime/kmime-9999.ebuild
index 33e20d2336..92718c52b9 100644
--- a/kde-apps/kmime/kmime-9999.ebuild
+++ b/kde-apps/kmime/kmime-9999.ebuild
@@ -20,3 +20,8 @@ DEPEND="
        >=kde-frameworks/ki18n-${KFMIN}:6
 "
 RDEPEND="${DEPEND}"
+
+CMAKE_SKIP_TESTS=(
+       # bug 924507
+       kmime-{header,message}test
+)

Reply via email to