diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-04 01:02:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-05 01:34:27 +0100 |
commit | c1b2c736bb3bdc83da4ae8a569e727f3faecfa42 (patch) | |
tree | dee7889fbce018bc317eb19758337a56e0122cd3 /kde-apps | |
parent | sys-apps/portage: use systemd eclass for tmpfiles support (diff) | |
download | gentoo-c1b2c736bb3bdc83da4ae8a569e727f3faecfa42.tar.gz gentoo-c1b2c736bb3bdc83da4ae8a569e727f3faecfa42.tar.bz2 gentoo-c1b2c736bb3bdc83da4ae8a569e727f3faecfa42.zip |
kde-apps/ksmtp: tests hang, restrict tests.
Thanks-to: Paolo Pedroni <paolo.pedroni@iol.it>
Closes: https://bugs.gentoo.org/642410
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild b/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild index 42d615782b26..d4eac8670b30 100644 --- a/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild +++ b/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,3 +25,5 @@ PATCHES=( "${FILESDIR}/${P}-ehlo-auth-fix.patch" "${FILESDIR}/${P}-correct-hostname.patch" ) + +RESTRICT+=" test" # bug 642410 |