summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-22 18:47:54 +0100
committerSam James <sam@gentoo.org>2022-04-22 18:51:23 +0100
commit4541971d52f945b506ab022706cb04fd3a209ae6 (patch)
treee70ab807787d339582ddbb134dbf123a02f4742e /dev-perl
parentdev-perl/XML-Validator-Schema: depend on newer XML-Sax (diff)
downloadgentoo-4541971d52f945b506ab022706cb04fd3a209ae6.tar.gz
gentoo-4541971d52f945b506ab022706cb04fd3a209ae6.tar.bz2
gentoo-4541971d52f945b506ab022706cb04fd3a209ae6.zip
dev-perl/XML-SAX-Expat: 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')
-rw-r--r--dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild (renamed from dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r2.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r2.ebuild b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild
index ed0c6210e4f9..2a2c86d12c50 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r2.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild
@@ -11,8 +11,11 @@ DESCRIPTION="SAX2 Driver for Expat"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+# >= 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-0.150.0-r1
+ >=dev-perl/XML-SAX-1.20.0-r1
>=dev-perl/XML-NamespaceSupport-1.90.0
dev-perl/XML-Parser
"