commit: 8c928c8904a9f7293b5a2556475855b4f30c93f4 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Wed Aug 23 08:06:10 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/32419 Signed-off-by: Sam James <sam <AT> 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 }
