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 F0811138359 for ; Wed, 15 Jul 2020 13:27:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12698E0A83; Wed, 15 Jul 2020 13:27:40 +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 EA7FDE0A83 for ; Wed, 15 Jul 2020 13:27:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B4BDF34EF6C for ; Wed, 15 Jul 2020 13:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D32527F for ; Wed, 15 Jul 2020 13:27:37 +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: <1594819643.3cf606ad88c22272944642047b66efa0a948c2b9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild 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: 3cf606ad88c22272944642047b66efa0a948c2b9 X-VCS-Branch: master Date: Wed, 15 Jul 2020 13:27:37 +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: 21e18822-b462-4271-9cdb-058894a5ded0 X-Archives-Hash: 58846e1fd7d39cc487bcd37d796fdb17 commit: 3cf606ad88c22272944642047b66efa0a948c2b9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 15 13:27:04 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 15 13:27:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf606ad net-libs/telepathy-qt: Disable StreamTubeHandlers test All others passed. Closes: https://bugs.gentoo.org/732110 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild | 4 ++-- net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild index 021e7a634ee..03ba4e00841 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild @@ -66,9 +66,9 @@ src_configure() { } src_test() { - # some tests require D-Bus + # some tests require D-Bus, bug #732110 local myctestargs=( - -E "(BaseConnectionManager|BaseProtocol)" + -E "(BaseConnectionManager|BaseProtocol|StreamTubeHandlers)" ) pushd "${BUILD_DIR}" > /dev/null || die virtx cmake_src_test diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 6b31f2462dc..8abc149f66e 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -72,9 +72,9 @@ src_configure() { } src_test() { - # some tests require D-Bus + # some tests require D-Bus, bug #732110 local myctestargs=( - -E "(BaseConnectionManager|BaseProtocol)" + -E "(BaseConnectionManager|BaseProtocol|StreamTubeHandlers)" ) pushd "${BUILD_DIR}" > /dev/null || die virtx cmake_src_test