commit: 42986adf347f8f9d7a246b0be00c4010fd441424 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 28 03:22:33 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 28 03:22:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42986adf
dev-python/lxml: tighten libxml2 bounds Only as a nudge for people doing partial upgrades or similar. -r1 had a general regression (contained in the upstream patch) rather than any issues specific to lxml. Bug: https://bugs.gentoo.org/790737 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/lxml/lxml-4.6.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lxml/lxml-4.6.3-r1.ebuild b/dev-python/lxml/lxml-4.6.3-r1.ebuild index 57937b2229a..f378028b28c 100644 --- a/dev-python/lxml/lxml-4.6.3-r1.ebuild +++ b/dev-python/lxml/lxml-4.6.3-r1.ebuild @@ -20,7 +20,7 @@ RESTRICT="!test? ( test )" # Note: lib{xml2,xslt} are used as C libraries, not Python modules. RDEPEND=" - >=dev-libs/libxml2-2.9.12-r1 + >=dev-libs/libxml2-2.9.12-r2 >=dev-libs/libxslt-1.1.28" DEPEND="${RDEPEND}" BDEPEND="
