diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-11-20 00:46:30 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-11-20 01:21:04 +1300 |
commit | 20dbda283c0ffb83666eb710ac984a03f6c81394 (patch) | |
tree | 63f7de280591ad765f3d2c23d72ecf3a2116afa1 /dev-perl/MIME-Lite | |
parent | media-libs/libgphoto2: stable 2.5.14 for hppa, bug #623636 (diff) | |
download | gentoo-20dbda283c0ffb83666eb710ac984a03f6c81394.tar.gz gentoo-20dbda283c0ffb83666eb710ac984a03f6c81394.tar.bz2 gentoo-20dbda283c0ffb83666eb710ac984a03f6c81394.zip |
dev-perl/MIME-Lite: Fix tests failing under parallel tests
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-perl/MIME-Lite')
-rw-r--r-- | dev-perl/MIME-Lite/MIME-Lite-3.30.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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} |