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/kleopatra/
Date: Thu, 01 Feb 2018 01:34:12
Message-Id: 1517448791.c774e33a9ca612ac982f1a814a94c61ad6306e79.asturm@gentoo
1 commit: c774e33a9ca612ac982f1a814a94c61ad6306e79
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 1 00:02:20 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 1 01:33:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c774e33a
7
8 kde-apps/kleopatra: Restrict tests
9
10 Reported-by: Paolo Pedroni <paolo.pedroni <AT> iol.it>
11 Closes: https://bugs.gentoo.org/641720
12 Package-Manager: Portage-2.3.21, Repoman-2.3.6
13
14 kde-apps/kleopatra/kleopatra-17.12.1.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/kde-apps/kleopatra/kleopatra-17.12.1.ebuild b/kde-apps/kleopatra/kleopatra-17.12.1.ebuild
18 index e0f1c3ee3c5..9526ad8ef1b 100644
19 --- a/kde-apps/kleopatra/kleopatra-17.12.1.ebuild
20 +++ b/kde-apps/kleopatra/kleopatra-17.12.1.ebuild
21 @@ -47,3 +47,6 @@ RDEPEND="${DEPEND}
22 >=app-crypt/gnupg-2.1
23 app-crypt/paperkey
24 "
25 +
26 +# tests completely broken, bug #641720
27 +RESTRICT+=" test"