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 BB75015800A for ; Wed, 30 Aug 2023 07:53:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1293D2BC017; Wed, 30 Aug 2023 07:53:42 +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 EC3402BC017 for ; Wed, 30 Aug 2023 07:53:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0C5143408CF for ; Wed, 30 Aug 2023 07:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EA78BDC for ; Wed, 30 Aug 2023 07:53:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1693381999.8c928c8904a9f7293b5a2556475855b4f30c93f4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-SAX-Expat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild X-VCS-Directories: dev-perl/XML-SAX-Expat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8c928c8904a9f7293b5a2556475855b4f30c93f4 X-VCS-Branch: master Date: Wed, 30 Aug 2023 07:53:39 +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: 9d2ab859-74fe-43b9-9423-4b656116bcbf X-Archives-Hash: 299d4e25e51d38e6882a3d54f7028fe5 commit: 8c928c8904a9f7293b5a2556475855b4f30c93f4 Author: Petr Vaněk atlas cz> AuthorDate: Wed Aug 23 08:06:10 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 30 07:53:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c928c89 dev-perl/XML-SAX-Expat: shift phases to match execution order Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/32419 Signed-off-by: Sam James gentoo.org> dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild index e3ea50cf60e7..75272853609d 100644 --- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild +++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,16 +25,16 @@ BDEPEND="${RDEPEND} ) " -src_test() { - perl_rm_files t/98podsyn.t t/99podcov.t - perl-module_src_test -} - src_compile() { export SKIP_SAX_INSTALL=1 perl-module_src_compile } +src_test() { + perl_rm_files t/98podsyn.t t/99podcov.t + perl-module_src_test +} + pkg_postinst() { pkg_update_parser add XML::SAX::Expat }