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/plasma-desktop/
Date: Sat, 14 Oct 2017 16:00:53
Message-Id: 1507996835.3fcebc2222894f15512bfa969382f968bf61490e.asturm@gentoo
1 commit: 3fcebc2222894f15512bfa969382f968bf61490e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 16:00:35 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 14 16:00:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcebc22
7
8 kde-plasma/plasma-desktop: Disable failing test
9
10 Gentoo-bug: 634166
11 Package-Manager: Portage-2.3.11, Repoman-2.3.3
12
13 kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild | 9 +++++++++
14 1 file changed, 9 insertions(+)
15
16 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild
17 index e41da9d684f..91c3516fa4e 100644
18 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild
19 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild
20 @@ -151,3 +151,12 @@ src_configure() {
21
22 kde5_src_configure
23 }
24 +
25 +src_test() {
26 + # needs D-Bus, bug #634166
27 + local myctestargs=(
28 + -E "(test_kio_fonts)"
29 + )
30 +
31 + kde5_src_test
32 +}