diff options
author | Sam James <sam@gentoo.org> | 2023-05-10 20:33:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-10 20:33:44 +0100 |
commit | 9b2ad65342b2445a38775260e7f4497d06466ee4 (patch) | |
tree | 9741dce068584be34b3bb6fdb32d40d828a327d1 /dev-libs | |
parent | net-libs/rpcsvc-proto: add 1.4.4 (diff) | |
download | gentoo-9b2ad65342b2445a38775260e7f4497d06466ee4.tar.gz gentoo-9b2ad65342b2445a38775260e7f4497d06466ee4.tar.bz2 gentoo-9b2ad65342b2445a38775260e7f4497d06466ee4.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.11.2.ebuild | 3 |
1 files changed, 0 insertions, 3 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 |