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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60B3A158086 for ; Sat, 23 Oct 2021 15:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5475E0849; Sat, 23 Oct 2021 15:40:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BFC5E0849 for ; Sat, 23 Oct 2021 15:40:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86315342D40 for ; Sat, 23 Oct 2021 15:40:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23FA3144 for ; Sat, 23 Oct 2021 15:40:38 +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: <1635003620.ac22a727c6be83e164682a1aebdda6653bbf08b6.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Spreadsheet-WriteExcel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0-r1.ebuild X-VCS-Directories: dev-perl/Spreadsheet-WriteExcel/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: ac22a727c6be83e164682a1aebdda6653bbf08b6 X-VCS-Branch: master Date: Sat, 23 Oct 2021 15:40:38 +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: 49272740-196d-4794-97bc-6ac7ffc166ef X-Archives-Hash: a829d6824e42480cc82ea245fff43562 commit: ac22a727c6be83e164682a1aebdda6653bbf08b6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 23 15:40:20 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 23 15:40:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac22a727 dev-perl/Spreadsheet-WriteExcel: Run tests sequentially Closes: https://bugs.gentoo.org/807247 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> .../Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0-r1.ebuild b/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0-r1.ebuild index 56df0c93703..6a8065453cd 100644 --- a/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0-r1.ebuild +++ b/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0-r1.ebuild @@ -20,3 +20,6 @@ RDEPEND=" " BDEPEND="${RDEPEND} " + +# tests are flaky, 807247 +DIST_TEST=do