commit: e237571998eb3b169f27b4b6c00dd5d0adcb4859 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Jun 23 20:32:11 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Jun 23 20:32:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2375719
dev-perl/IPC-Shareable: Fix tests (not parallelized) Closes: https://bugs.gentoo.org/797445 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> dev-perl/IPC-Shareable/IPC-Shareable-1.0.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-perl/IPC-Shareable/IPC-Shareable-1.0.0.ebuild b/dev-perl/IPC-Shareable/IPC-Shareable-1.0.0.ebuild index 15a301199b9..525ed519134 100644 --- a/dev-perl/IPC-Shareable/IPC-Shareable-1.0.0.ebuild +++ b/dev-perl/IPC-Shareable/IPC-Shareable-1.0.0.ebuild @@ -19,3 +19,6 @@ BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.720.0 test? ( dev-perl/Test-SharedFork ) " + +# tests fail when running parallelized, see bug 797445 +DIST_TEST=do
