commit:     3b13f4c12d8eaccc0f6c04accc420f5231326722
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 20:22:30 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 20:23:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b13f4c1

dev-libs/libxml2: drop x86-winnt bits

Closes: https://bugs.gentoo.org/641486
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-libs/libxml2/libxml2-2.9.10-r4.ebuild | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild 
b/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild
index 3f5263fc237..56efba866a3 100644
--- a/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.10-r4.ebuild
@@ -82,10 +82,6 @@ src_prepare() {
 
        eprefixify catalog.c xmlcatalog.c runtest.c xmllint.c
 
-       # Fix build for Windows platform
-       # https://bugzilla.gnome.org/show_bug.cgi?id=760456
-       # eapply "${FILESDIR}"/${PN}-2.8.0_rc1-winnt.patch
-
        # Fix python detection, bug #567066
        # https://bugzilla.gnome.org/show_bug.cgi?id=760458
        eapply "${FILESDIR}"/${PN}-2.9.2-python-ABIFLAG.patch
@@ -182,15 +178,6 @@ multilib_src_install() {
 }
 
 multilib_src_install_all() {
-       # on windows, xmllint is installed by interix libxml2 in parent prefix.
-       # this is the version to use. the native winnt version does not support
-       # symlinks, which makes repoman fail if the portage tree is linked in
-       # from another location (which is my default). -- mduft
-       if [[ ${CHOST} == *-winnt* ]]; then
-               rm -rf "${ED}"/usr/bin/xmllint
-               rm -rf "${ED}"/usr/bin/xmlcatalog
-       fi
-
        rm -rf "${ED}"/usr/share/doc/${P}
        einstalldocs
 

Reply via email to