From 387e4ae026e0d3b3e0ae36316622e4a00eaa81e7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 22 Apr 2022 18:46:23 +0100 Subject: [PATCH] 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 --- ....0-r1.ebuild => XML-Validator-Schema-1.100.0-r2.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename dev-perl/XML-Validator-Schema/{XML-Validator-Schema-1.100.0-r1.ebuild => XML-Validator-Schema-1.100.0-r2.ebuild} (54%) 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 bca25afc71759..12692f444b2e4 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 "