summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-08-23 10:06:10 +0200
committerSam James <sam@gentoo.org>2023-08-30 08:53:19 +0100
commit8c928c8904a9f7293b5a2556475855b4f30c93f4 (patch)
tree1e27179682bf9d9b0d8e177c0d21c75082ccd348 /dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild
parentprofiles/base: unmask USE=man on sys-apps/exa (diff)
downloadgentoo-8c928c8904a9f7293b5a2556475855b4f30c93f4.tar.gz
gentoo-8c928c8904a9f7293b5a2556475855b4f30c93f4.tar.bz2
gentoo-8c928c8904a9f7293b5a2556475855b4f30c93f4.zip
dev-perl/XML-SAX-Expat: shift phases to match execution order
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/32419 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild')
-rw-r--r--dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild12
1 files 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
}