Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/ksysguard/
Date: Tue, 29 Sep 2020 12:49:33
Message-Id: 1601383526.ece97540f492f635d09f063f98defb02581249c0.asturm@gentoo
1 commit: ece97540f492f635d09f063f98defb02581249c0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 21:55:35 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 12:45:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece97540
7
8 kde-plasma/ksysguard: Disable broken tests
9
10 Bug: https://bugs.gentoo.org/727848
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 kde-plasma/ksysguard/ksysguard-5.19.5.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/kde-plasma/ksysguard/ksysguard-5.19.5.ebuild b/kde-plasma/ksysguard/ksysguard-5.19.5.ebuild
18 index 9805a99934a..c55c40f19f8 100644
19 --- a/kde-plasma/ksysguard/ksysguard-5.19.5.ebuild
20 +++ b/kde-plasma/ksysguard/ksysguard-5.19.5.ebuild
21 @@ -16,6 +16,8 @@ SLOT="5"
22 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
23 IUSE="lm-sensors pcap"
24
25 +RESTRICT+=" test" # bug 727848
26 +
27 DEPEND="
28 >=dev-qt/qtdbus-${QTMIN}:5
29 >=dev-qt/qtgui-${QTMIN}:5