commit: c5587b0c674d4eaa3037fe4e2e6f6a484b65ccd9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 12:45:46 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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