diff options
author | Sam James <sam@gentoo.org> | 2022-04-22 18:46:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-22 18:51:22 +0100 |
commit | 387e4ae026e0d3b3e0ae36316622e4a00eaa81e7 (patch) | |
tree | 45818963755275f3d9b196a74a982580c3cf32e4 /dev-perl/XML-Validator-Schema | |
parent | net-mail/mu: add description for gnu-emacs maintainer (diff) | |
download | gentoo-387e4ae026e0d3b3e0ae36316622e4a00eaa81e7.tar.gz gentoo-387e4ae026e0d3b3e0ae36316622e4a00eaa81e7.tar.bz2 gentoo-387e4ae026e0d3b3e0ae36316622e4a00eaa81e7.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/XML-Validator-Schema')
-rw-r--r-- | dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r2.ebuild (renamed from dev-perl/XML-Validator-Schema/XML-Validator-Schema-1.100.0-r1.ebuild) | 7 |
1 files 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 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 " |