diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-20 20:04:41 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-20 20:04:58 +0100 |
commit | a1189c23f1b8354b0eb866e80550beefed50c212 (patch) | |
tree | 2c51b7a083082a702c257b7cf3027a7fccd4012e /perl-core | |
parent | profiles/default/linux: set gl_cv_type_time_t_bits_macro=no (diff) | |
download | gentoo-a1189c23f1b8354b0eb866e80550beefed50c212.tar.gz gentoo-a1189c23f1b8354b0eb866e80550beefed50c212.tar.bz2 gentoo-a1189c23f1b8354b0eb866e80550beefed50c212.zip |
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@gentoo.org>
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/CPAN/CPAN-2.290.0-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |