From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 919A4158086 for ; Mon, 20 Dec 2021 19:05:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A91FA2BC01A; Mon, 20 Dec 2021 19:05:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A953D2BC01A for ; Mon, 20 Dec 2021 19:05:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9B65342CFB for ; Mon, 20 Dec 2021 19:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5005B202 for ; Mon, 20 Dec 2021 19:05:09 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1640027098.a1189c23f1b8354b0eb866e80550beefed50c212.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/CPAN/ X-VCS-Repository: repo/gentoo X-VCS-Files: perl-core/CPAN/CPAN-2.290.0-r1.ebuild X-VCS-Directories: perl-core/CPAN/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: a1189c23f1b8354b0eb866e80550beefed50c212 X-VCS-Branch: master Date: Mon, 20 Dec 2021 19:05:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b174fc8-47eb-4299-a4d1-c704cc49b1b7 X-Archives-Hash: 8b06954d8539d37d57db730e21b82aa4 commit: a1189c23f1b8354b0eb866e80550beefed50c212 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Dec 20 19:04:41 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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