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/kwayland-integration/
Date: Thu, 29 Nov 2018 12:24:19
Message-Id: 1543494173.bb281c9ee9366aed3878e0c3d304dde2c250b82b.asturm@gentoo
1 commit: bb281c9ee9366aed3878e0c3d304dde2c250b82b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 29 11:38:37 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 12:22:53 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb281c9e
7
8 kde-plasma/kwayland-integration: Restrict tests
9
10 Bug: https://bugs.gentoo.org/668872
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../kwayland-integration/kwayland-integration-5.14.49.9999.ebuild | 2 ++
15 kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild | 2 ++
16 2 files changed, 4 insertions(+)
17
18 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.14.49.9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.14.49.9999.ebuild
19 index 9f88089ec0..37dce97f31 100644
20 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.14.49.9999.ebuild
21 +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.14.49.9999.ebuild
22 @@ -21,3 +21,5 @@ DEPEND="
23 $(add_qt_dep qtwidgets)
24 "
25 RDEPEND="${DEPEND}"
26 +
27 +RESTRICT+=" test" # bug 668872
28
29 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
30 index 9f88089ec0..37dce97f31 100644
31 --- a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
32 +++ b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
33 @@ -21,3 +21,5 @@ DEPEND="
34 $(add_qt_dep qtwidgets)
35 "
36 RDEPEND="${DEPEND}"
37 +
38 +RESTRICT+=" test" # bug 668872