From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A8BD138334 for ; Wed, 16 Jan 2019 16:13:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 263D9E0ACB; Wed, 16 Jan 2019 16:13:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3D08E0ACB for ; Wed, 16 Jan 2019 16:13:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49757335CFA for ; Wed, 16 Jan 2019 16:13:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E6F8517 for ; Wed, 16 Jan 2019 16:13:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1547655211.6837a708a9a5ed630c72191861ae8c0fc9809efe.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/wacomtablet/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/wacomtablet/wacomtablet-3.1.1.ebuild X-VCS-Directories: kde-misc/wacomtablet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6837a708a9a5ed630c72191861ae8c0fc9809efe X-VCS-Branch: master Date: Wed, 16 Jan 2019 16:13:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b6ec9e4-1c92-4910-8a5a-abed57cff88e X-Archives-Hash: 345e0f16e7e69e2d48ebe5a7fd23530c commit: 6837a708a9a5ed630c72191861ae8c0fc9809efe Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 16 16:12:23 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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 +}