commit:     20dbda283c0ffb83666eb710ac984a03f6c81394
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 11:46:30 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 12:21:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20dbda28

dev-perl/MIME-Lite: Fix tests failing under parallel tests

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/MIME-Lite/MIME-Lite-3.30.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-perl/MIME-Lite/MIME-Lite-3.30.0.ebuild 
b/dev-perl/MIME-Lite/MIME-Lite-3.30.0.ebuild
index bd63ca7705b..b61b2b4da19 100644
--- a/dev-perl/MIME-Lite/MIME-Lite-3.30.0.ebuild
+++ b/dev-perl/MIME-Lite/MIME-Lite-3.30.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,6 +33,9 @@ DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
 "
 
+# Race condition in "testout" directory creation
+DIST_TEST="do"
+
 src_install() {
        perl-module_src_install
        insinto /usr/share/${PN}

Reply via email to