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 CA505158086 for ; Fri, 15 Oct 2021 19:34:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9E31E082B; Fri, 15 Oct 2021 19:34:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CF08CE082B for ; Fri, 15 Oct 2021 19:34:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9872E34312E for ; Fri, 15 Oct 2021 19:34:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDEE2E3 for ; Fri, 15 Oct 2021 19:34:13 +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: <1634326442.88cd31236478201176acd3187f0371d22f6d8f28.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild X-VCS-Directories: dev-perl/RPC-XML/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 88cd31236478201176acd3187f0371d22f6d8f28 X-VCS-Branch: master Date: Fri, 15 Oct 2021 19:34:13 +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: 7f852556-501e-4285-a756-e7fc459c439d X-Archives-Hash: 61927b262a177edc489ac13a07850c83 commit: 88cd31236478201176acd3187f0371d22f6d8f28 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Oct 15 19:33:50 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Oct 15 19:34:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88cd3123 dev-perl/RPC-XML: Run tests non-parallel Closes: https://bugs.gentoo.org/790008 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild index 69588646f08..33848068de5 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild @@ -29,10 +29,14 @@ BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-7.560.0 test? ( virtual/perl-IO-Socket-IP + dev-perl/Net-Server >=virtual/perl-Test-Simple-1.302.183 ) " +# tests seem to be a bit flaky +DIST_TEST=do + src_compile() { perl-module_src_compile if use examples; then