From 20dbda283c0ffb83666eb710ac984a03f6c81394 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Mon, 20 Nov 2017 00:46:30 +1300 Subject: [PATCH] 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 bd63ca7705bf..b61b2b4da194 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} -- 2.26.2