commit:     a8446a09f0f9bcb879e2536f6e48c52a9575efc3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 16 16:12:23 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 19:24:01 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8446a09

kde-misc/wacomtablet: Disable test requiring DBus

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/wacomtablet/wacomtablet-9999.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/kde-misc/wacomtablet/wacomtablet-9999.ebuild 
b/kde-misc/wacomtablet/wacomtablet-9999.ebuild
index 322cc6c407..449be535fe 100644
--- a/kde-misc/wacomtablet/wacomtablet-9999.ebuild
+++ b/kde-misc/wacomtablet/wacomtablet-9999.ebuild
@@ -41,3 +41,12 @@ DEPEND="${RDEPEND}
        x11-base/xorg-proto
        x11-libs/libX11
 "
+
+src_test() {
+       # test needs DBus, bug 675548
+       local myctestargs=(
+               -E "(Test.KDED.DBusTabletService)"
+       )
+
+       kde5_src_test
+}

Reply via email to