commit:     0df08e5dcb54b7c649697a33c673879610fab9bd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 17:49:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 17:51:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df08e5d

dev-perl/XML-LibXML: 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>

 .../{XML-LibXML-2.20.700-r1.ebuild => XML-LibXML-2.20.700-r2.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.20.700-r1.ebuild 
b/dev-perl/XML-LibXML/XML-LibXML-2.20.700-r2.ebuild
similarity index 88%
rename from dev-perl/XML-LibXML/XML-LibXML-2.20.700-r1.ebuild
rename to dev-perl/XML-LibXML/XML-LibXML-2.20.700-r2.ebuild
index ef2735eef3b7..0ae1504557fe 100644
--- a/dev-perl/XML-LibXML/XML-LibXML-2.20.700-r1.ebuild
+++ b/dev-perl/XML-LibXML/XML-LibXML-2.20.700-r2.ebuild
@@ -14,6 +14,9 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 IUSE="minimal"
 
+# >= 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="
        virtual/perl-Carp
        virtual/perl-Encode
@@ -21,7 +24,7 @@ RDEPEND="
        virtual/perl-IO
        virtual/perl-Scalar-List-Utils
        >=dev-perl/XML-NamespaceSupport-1.70.0
-       >=dev-perl/XML-SAX-0.110.0
+       >=dev-perl/XML-SAX-1.20.0-r1
        dev-perl/XML-SAX-Base
        >=dev-libs/libxml2-2.6.21:2=
        virtual/perl-parent

Reply via email to