Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/wacomtablet/
Date: Wed, 05 Jun 2019 19:25:41
Message-Id: 1559762641.a8446a09f0f9bcb879e2536f6e48c52a9575efc3.asturm@gentoo
1 commit: a8446a09f0f9bcb879e2536f6e48c52a9575efc3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 16 16:12:23 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 19:24:01 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8446a09
7
8 kde-misc/wacomtablet: Disable test requiring DBus
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/wacomtablet/wacomtablet-9999.ebuild | 9 +++++++++
14 1 file changed, 9 insertions(+)
15
16 diff --git a/kde-misc/wacomtablet/wacomtablet-9999.ebuild b/kde-misc/wacomtablet/wacomtablet-9999.ebuild
17 index 322cc6c407..449be535fe 100644
18 --- a/kde-misc/wacomtablet/wacomtablet-9999.ebuild
19 +++ b/kde-misc/wacomtablet/wacomtablet-9999.ebuild
20 @@ -41,3 +41,12 @@ DEPEND="${RDEPEND}
21 x11-base/xorg-proto
22 x11-libs/libX11
23 "
24 +
25 +src_test() {
26 + # test needs DBus, bug 675548
27 + local myctestargs=(
28 + -E "(Test.KDED.DBusTabletService)"
29 + )
30 +
31 + kde5_src_test
32 +}