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/ksmtp/
Date: Fri, 05 Jan 2018 01:01:16
Message-Id: 1515114035.698186bad3effc98ea5029fd5e6223b36a159615.asturm@gentoo
1 commit: 698186bad3effc98ea5029fd5e6223b36a159615
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 01:00:35 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 01:00:35 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=698186ba
7
8 kde-apps/ksmtp: tests hang, restrict tests.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 kde-apps/ksmtp/ksmtp-17.12.49.9999.ebuild | 2 ++
13 kde-apps/ksmtp/ksmtp-9999.ebuild | 2 ++
14 2 files changed, 4 insertions(+)
15
16 diff --git a/kde-apps/ksmtp/ksmtp-17.12.49.9999.ebuild b/kde-apps/ksmtp/ksmtp-17.12.49.9999.ebuild
17 index 9ae2ab83d2..3c53a39b57 100644
18 --- a/kde-apps/ksmtp/ksmtp-17.12.49.9999.ebuild
19 +++ b/kde-apps/ksmtp/ksmtp-17.12.49.9999.ebuild
20 @@ -20,3 +20,5 @@ DEPEND="
21 dev-libs/cyrus-sasl
22 "
23 RDEPEND="${DEPEND}"
24 +
25 +RESTRICT+=" test" # bug 642410
26
27 diff --git a/kde-apps/ksmtp/ksmtp-9999.ebuild b/kde-apps/ksmtp/ksmtp-9999.ebuild
28 index 9ae2ab83d2..3c53a39b57 100644
29 --- a/kde-apps/ksmtp/ksmtp-9999.ebuild
30 +++ b/kde-apps/ksmtp/ksmtp-9999.ebuild
31 @@ -20,3 +20,5 @@ DEPEND="
32 dev-libs/cyrus-sasl
33 "
34 RDEPEND="${DEPEND}"
35 +
36 +RESTRICT+=" test" # bug 642410