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-apps/kalarmcal/
Date: Thu, 29 Nov 2018 11:41:32
Message-Id: 1543491664.fc4851f26efc3aba5cf3400751efd584bf9d93a3.asturm@gentoo
1 commit: fc4851f26efc3aba5cf3400751efd584bf9d93a3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 29 10:38:57 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 11:41:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4851f2
7
8 kde-apps/kalarmcal: Restrict tests
9
10 Working fine except inside Plasma session.
11
12 KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=401526
13 Bug: https://bugs.gentoo.org/665626
14 Package-Manager: Portage-2.3.52, Repoman-2.3.12
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 kde-apps/kalarmcal/kalarmcal-18.08.3.ebuild | 2 ++
18 1 file changed, 2 insertions(+)
19
20 diff --git a/kde-apps/kalarmcal/kalarmcal-18.08.3.ebuild b/kde-apps/kalarmcal/kalarmcal-18.08.3.ebuild
21 index c4abff879e9..55d7b715e11 100644
22 --- a/kde-apps/kalarmcal/kalarmcal-18.08.3.ebuild
23 +++ b/kde-apps/kalarmcal/kalarmcal-18.08.3.ebuild
24 @@ -28,3 +28,5 @@ RDEPEND="${COMMON_DEPEND}
25 !kde-apps/kdepim-l10n
26 !<kde-apps/kdepim-runtime-18.03.80
27 "
28 +
29 +RESTRICT+=" test" # broken within Plasma session, bug 665626