Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libktorrent/
Date: Fri, 29 Sep 2017 02:55:37
Message-Id: 1506653720.81dccb14f59a2f5fcdd7bfb5631124b930531b7f.kensington@gentoo
1 commit: 81dccb14f59a2f5fcdd7bfb5631124b930531b7f
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 02:48:05 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 02:55:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81dccb14
7
8 net-libs/libktorrent: disable broken tests
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-libs/libktorrent/libktorrent-2.1.ebuild | 9 +++++++++
13 1 file changed, 9 insertions(+)
14
15 diff --git a/net-libs/libktorrent/libktorrent-2.1.ebuild b/net-libs/libktorrent/libktorrent-2.1.ebuild
16 index 67d2aef77b2..eab7d9cd1c7 100644
17 --- a/net-libs/libktorrent/libktorrent-2.1.ebuild
18 +++ b/net-libs/libktorrent/libktorrent-2.1.ebuild
19 @@ -47,3 +47,12 @@ src_prepare() {
20 sed -i -e "/^find_dependency/ s/ \"@LibGMP_MIN_VERSION@\"//" \
21 KF5TorrentConfig.cmake.in || die
22 }
23 +
24 +src_test() {
25 + # failing network tests
26 + local myctestargs=(
27 + -E "(fin|packetloss|send|transmit)"
28 + )
29 +
30 + kde5_src_test
31 +}