Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-qt/
Date: Sun, 17 Nov 2019 12:46:44
Message-Id: 1573994766.0c80a7a26be2d52c724b88524033c6dd1151acbe.asturm@gentoo
1 commit: 0c80a7a26be2d52c724b88524033c6dd1151acbe
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 12:45:46 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 12:46:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c80a7a2
7
8 net-libs/telepathy-qt: Disable failing tests trying to access D-Bus
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
17 index 9b23122c98d..9df248fe4b3 100644
18 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
19 +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
20 @@ -62,6 +62,10 @@ src_configure() {
21 }
22
23 src_test() {
24 + # some tests require D-Bus
25 + local myctestargs=(
26 + -E "(BaseConnectionManager|BaseProtocol)"
27 + )
28 pushd "${BUILD_DIR}" > /dev/null || die
29 virtx cmake-utils_src_test
30 popd > /dev/null || die