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/ksmtp/
Date: Fri, 05 Jan 2018 00:35:10
Message-Id: 1515112467.c1b2c736bb3bdc83da4ae8a569e727f3faecfa42.asturm@gentoo
1 commit: c1b2c736bb3bdc83da4ae8a569e727f3faecfa42
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 00:02:16 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 00:34:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b2c736
7
8 kde-apps/ksmtp: tests hang, restrict tests.
9
10 Thanks-to: Paolo Pedroni <paolo.pedroni <AT> iol.it>
11 Closes: https://bugs.gentoo.org/642410
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild b/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild
18 index 42d615782b2..d4eac8670b3 100644
19 --- a/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild
20 +++ b/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -25,3 +25,5 @@ PATCHES=(
28 "${FILESDIR}/${P}-ehlo-auth-fix.patch"
29 "${FILESDIR}/${P}-correct-hostname.patch"
30 )
31 +
32 +RESTRICT+=" test" # bug 642410