summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild
index e41da9d684fe..91c3516fa4e9 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild
@@ -151,3 +151,12 @@ src_configure() {
kde5_src_configure
}
+
+src_test() {
+ # needs D-Bus, bug #634166
+ local myctestargs=(
+ -E "(test_kio_fonts)"
+ )
+
+ kde5_src_test
+}