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 DB605138335 for ; Wed, 20 Nov 2019 21:18:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA375E083D; Wed, 20 Nov 2019 21:18:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 94818E083D for ; Wed, 20 Nov 2019 21:18:43 +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 8885234D15D for ; Wed, 20 Nov 2019 21:18:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A09318B9 for ; Wed, 20 Nov 2019 21:18:40 +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: <1574284656.c5587b0c674d4eaa3037fe4e2e6f6a484b65ccd9.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: proj/qt X-VCS-Files: net-libs/telepathy-qt/telepathy-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c5587b0c674d4eaa3037fe4e2e6f6a484b65ccd9 X-VCS-Branch: master Date: Wed, 20 Nov 2019 21:18:40 +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: eb3a07df-a32a-4ab7-87f8-6809703153e0 X-Archives-Hash: 335db3b640c05f900e4cc63a8306b3f0 commit: c5587b0c674d4eaa3037fe4e2e6f6a484b65ccd9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 17 12:45:46 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 20 21:17:36 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c5587b0c net-libs/telepathy-qt: Disable failing tests trying to access D-Bus Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 336bc77a..a477c450 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -62,6 +62,10 @@ src_configure() { } src_test() { + # some tests require D-Bus + local myctestargs=( + -E "(BaseConnectionManager|BaseProtocol)" + ) pushd "${BUILD_DIR}" > /dev/null || die virtx cmake-utils_src_test popd > /dev/null || die