commit: 387e4ae026e0d3b3e0ae36316622e4a00eaa81e7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 22 17:46:23 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 22 17:51:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387e4ae0
dev-perl/XML-Validator-Schema: depend on newer XML-Sax Needed to avoid "miscompilation" (essentially empty install), as newer XML-Sax has the ROOT check fixed. Closes: https://bugs.gentoo.org/840053 Signed-off-by: Sam James <sam <AT> gentoo.org> ...ma-1.100.0-r1.ebuild => XML-Validator-Schema-1.100.0-r2.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r1.ebuild b/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r2.ebuild similarity index 54% rename from dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r1.ebuild rename to dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r2.ebuild index bca25afc7175..12692f444b2e 100644 --- a/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r1.ebuild +++ b/dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,8 +13,11 @@ DESCRIPTION="Validate XML against a subset of W3C XML Schema" SLOT="0" KEYWORDS="~amd64" +# >= on XML-Sax needed to avoid "miscompilation" (essentially empty install), as newer XML-Sax +# has the ROOT check fixed. Didn't happen with XML-SAX-Expat, but best to be careful. +# bug #840053 RDEPEND=" - dev-perl/XML-SAX + >=dev-perl/XML-SAX-1.20.0-r1 dev-perl/Tree-DAG_Node dev-perl/XML-Filter-BufferText "
