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-apps/kleopatra/
Date: Thu, 01 Feb 2018 01:05:41
Message-Id: 1517443700.05b76304989191fb578060922335c55883886a89.asturm@gentoo
1 commit: 05b76304989191fb578060922335c55883886a89
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 1 00:01:53 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 1 00:08:20 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=05b76304
7
8 kde-apps/kleopatra: Restrict tests
9
10 Reported-by: Paolo Pedroni <paolo.pedroni <AT> iol.it>
11 Bug: https://bugs.gentoo.org/641720
12 Package-Manager: Portage-2.3.21, Repoman-2.3.6
13
14 kde-apps/kleopatra/kleopatra-17.12.49.9999.ebuild | 3 +++
15 kde-apps/kleopatra/kleopatra-9999.ebuild | 3 +++
16 2 files changed, 6 insertions(+)
17
18 diff --git a/kde-apps/kleopatra/kleopatra-17.12.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-17.12.49.9999.ebuild
19 index 0383bc0190..b567b6a071 100644
20 --- a/kde-apps/kleopatra/kleopatra-17.12.49.9999.ebuild
21 +++ b/kde-apps/kleopatra/kleopatra-17.12.49.9999.ebuild
22 @@ -47,3 +47,6 @@ RDEPEND="${DEPEND}
23 >=app-crypt/gnupg-2.1
24 app-crypt/paperkey
25 "
26 +
27 +# tests completely broken, bug #641720
28 +RESTRICT+=" test"
29
30 diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
31 index 0383bc0190..b567b6a071 100644
32 --- a/kde-apps/kleopatra/kleopatra-9999.ebuild
33 +++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
34 @@ -47,3 +47,6 @@ RDEPEND="${DEPEND}
35 >=app-crypt/gnupg-2.1
36 app-crypt/paperkey
37 "
38 +
39 +# tests completely broken, bug #641720
40 +RESTRICT+=" test"