commit:     6837a708a9a5ed630c72191861ae8c0fc9809efe
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 Jan 16 16:13:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6837a708

kde-misc/wacomtablet: Disable test requiring DBus

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

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

diff --git a/kde-misc/wacomtablet/wacomtablet-3.1.1.ebuild 
b/kde-misc/wacomtablet/wacomtablet-3.1.1.ebuild
index 2b5715f2b22..296d3c16027 100644
--- a/kde-misc/wacomtablet/wacomtablet-3.1.1.ebuild
+++ b/kde-misc/wacomtablet/wacomtablet-3.1.1.ebuild
@@ -45,3 +45,12 @@ DEPEND="${CDEPEND}
 RDEPEND="${CDEPEND}
        !kde-misc/wacomtablet:4
 "
+
+src_test() {
+       # test needs DBus, bug 675548
+       local myctestargs=(
+               -E "(Test.KDED.DBusTabletService)"
+       )
+
+       kde5_src_test
+}

Reply via email to