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/kwayland-integration/
Date: Thu, 29 Nov 2018 11:41:32
Message-Id: 1543491665.ed3c6a076cd99c24a8696ac9f237053fd3a723a7.asturm@gentoo
1 commit: ed3c6a076cd99c24a8696ac9f237053fd3a723a7
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 11:41:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3c6a07
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 kde-plasma/kwayland-integration/kwayland-integration-5.14.3.ebuild | 2 ++
15 kde-plasma/kwayland-integration/kwayland-integration-5.14.4.ebuild | 2 ++
16 2 files changed, 4 insertions(+)
17
18 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.14.3.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.14.3.ebuild
19 index 5e73d894a72..b90d203594d 100644
20 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.14.3.ebuild
21 +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.14.3.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-5.14.4.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.14.4.ebuild
30 index 5e73d894a72..b90d203594d 100644
31 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.14.4.ebuild
32 +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.14.4.ebuild
33 @@ -21,3 +21,5 @@ DEPEND="
34 $(add_qt_dep qtwidgets)
35 "
36 RDEPEND="${DEPEND}"
37 +
38 +RESTRICT+=" test" # bug 668872