commit: 4541971d52f945b506ab022706cb04fd3a209ae6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 22 17:47:54 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 22 17:51:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4541971d
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 <AT> gentoo.org> ...L-SAX-Expat-0.510.0-r2.ebuild => XML-SAX-Expat-0.510.0-r3.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 similarity index 84% rename from dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r2.ebuild rename to 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 "
