Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
Date: Sat, 14 Oct 2017 16:01:11
Message-Id: 1507996751.9bd8db243293e01253ec0baa976094bac272a3ae.asturm@gentoo
1 commit: 9bd8db243293e01253ec0baa976094bac272a3ae
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 15:59:11 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 14 15:59:11 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9bd8db24
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.49.9999.ebuild | 9 +++++++++
14 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 9 +++++++++
15 2 files changed, 18 insertions(+)
16
17 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
18 index 4b38774223..5856e46c0c 100644
19 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
20 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
21 @@ -151,3 +151,12 @@ src_configure() {
22
23 kde5_src_configure
24 }
25 +
26 +src_test() {
27 + # needs D-Bus, bug #634166
28 + local myctestargs=(
29 + -E "(test_kio_fonts)"
30 + )
31 +
32 + kde5_src_test
33 +}
34
35 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
36 index 4b38774223..5856e46c0c 100644
37 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
38 +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
39 @@ -151,3 +151,12 @@ src_configure() {
40
41 kde5_src_configure
42 }
43 +
44 +src_test() {
45 + # needs D-Bus, bug #634166
46 + local myctestargs=(
47 + -E "(test_kio_fonts)"
48 + )
49 +
50 + kde5_src_test
51 +}