commit: 9b2ad65342b2445a38775260e7f4497d06466ee4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 10 19:33:44 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 10 19:33:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2ad653
profiles: unmask new libxml2 Seems to have fixed the python bindings issue too: https://gitlab.gnome.org/GNOME/libxml2/-/commit/76c6da420923f2721a2e16adfcef8707a2454a1b. Closes: https://bugs.gentoo.org/745162 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libxml2/libxml2-2.11.2.ebuild | 3 --- profiles/package.mask | 7 ------- 2 files changed, 10 deletions(-) diff --git a/dev-libs/libxml2/libxml2-2.11.2.ebuild b/dev-libs/libxml2/libxml2-2.11.2.ebuild index bce83228cbc6..b31269fea30e 100644 --- a/dev-libs/libxml2/libxml2-2.11.2.ebuild +++ b/dev-libs/libxml2/libxml2-2.11.2.ebuild @@ -59,9 +59,6 @@ MULTILIB_CHOST_TOOLS=( /usr/bin/xml2-config ) -# Needs testing to see if still relevant (bug #745162) and rebasing if so -#PATCHES=( "${FILESDIR}"/${PN}-2.10.3-python3-unicode-errors.patch ) - src_unpack() { if [[ ${PV} == 9999 ]] ; then git-r3_src_unpack diff --git a/profiles/package.mask b/profiles/package.mask index 416258883eb9..7c8ae3f30933 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -96,13 +96,6 @@ dev-python/thunarx-python =dev-python/pythran-0.13.0 =dev-python/gast-0.5.4 -# Sam James <[email protected]> (2023-05-01) -# Masked for testing. Other distros seem to have hit a bunch of new test -# failures in various applications, and initially there were ABI issues in .0. -# Also, the failure case for bug #745162 needs retesting to see if the patch -# should be rebased or just dropped. ->=dev-libs/libxml2-2.11.0 - # John Helmert III <[email protected]> (2023-04-30) # STARTTLS vulnerability, depends on gtk+:2, practically unmainatined # upstream. Use mail-client/claws instead. Removal in 30 days, bugs
