commit: 7f5d49448ec9bd22e7a911be1c4c9b4b49f24d4c Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Oct 17 19:57:07 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Oct 17 20:04:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5d4944
dev-perl/Locale-Maketext-Lexicon: Run tests sequentially Closes: https://bugs.gentoo.org/737328 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> .../Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild index 8f241d77d75..742e8abbd7d 100644 --- a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild +++ b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild @@ -24,3 +24,6 @@ BDEPEND="${RDEPEND} " PERL_RM_FILES=( t/91-pod_test.t t/release-pod-syntax.t t/release-eol.t ) + +# parallel testing is broken +DIST_TEST=do
