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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4F8A158086 for ; Mon, 13 Dec 2021 00:57:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 943652BC00F; Mon, 13 Dec 2021 00:57:32 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 931922BC00F for ; Mon, 13 Dec 2021 00:57:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FB7634325E for ; Mon, 13 Dec 2021 00:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBDCDD0 for ; Mon, 13 Dec 2021 00:57:26 +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: <1639357027.6e5de0b8694a8fa0665e1893529fc769cd5c783c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Twig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Twig/XML-Twig-3.520.0-r1.ebuild X-VCS-Directories: dev-perl/XML-Twig/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6e5de0b8694a8fa0665e1893529fc769cd5c783c X-VCS-Branch: master Date: Mon, 13 Dec 2021 00:57:26 +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: c0935a5e-0fdc-4987-bfe8-4b65aaa7b0f1 X-Archives-Hash: 136aca808ecf76c80ce91fffe80ae355 commit: 6e5de0b8694a8fa0665e1893529fc769cd5c783c Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Dec 13 00:57:07 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Dec 13 00:57:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5de0b8 dev-perl/XML-Twig: Run tests sequentially, hopefully helps Closes: https://bugs.gentoo.org/823722 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/XML-Twig/XML-Twig-3.520.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-perl/XML-Twig/XML-Twig-3.520.0-r1.ebuild b/dev-perl/XML-Twig/XML-Twig-3.520.0-r1.ebuild index 44b6f1bc325f..79670fd71eb1 100644 --- a/dev-perl/XML-Twig/XML-Twig-3.520.0-r1.ebuild +++ b/dev-perl/XML-Twig/XML-Twig-3.520.0-r1.ebuild @@ -34,6 +34,8 @@ BDEPEND="${RDEPEND} ) " +DIST_TEST=do + src_test() { perl_rm_files "t/pod.t" "t/pod_coverage.t" "t/test_changes.t" \ "t/test_kwalitee.t" "t/test_meta_json.t"