commit: a1189c23f1b8354b0eb866e80550beefed50c212 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Dec 20 19:04:41 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Dec 20 19:04:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1189c23
perl-core/CPAN: Run tests sequentially Closes: https://bugs.gentoo.org/827014 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> perl-core/CPAN/CPAN-2.290.0-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl-core/CPAN/CPAN-2.290.0-r1.ebuild b/perl-core/CPAN/CPAN-2.290.0-r1.ebuild index 988344ffee49..63b66da66899 100644 --- a/perl-core/CPAN/CPAN-2.290.0-r1.ebuild +++ b/perl-core/CPAN/CPAN-2.290.0-r1.ebuild @@ -12,6 +12,9 @@ DESCRIPTION="Query, download and build perl modules from CPAN sites" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +# parallel testing fails, run tests sequentially #827014 +DIST_TEST=do + CRAZYDEPS=" dev-perl/Archive-Zip dev-perl/CPAN-Checksums
