diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-07 21:22:30 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-07 21:23:19 +0100 |
commit | 3b13f4c12d8eaccc0f6c04accc420f5231326722 (patch) | |
tree | 39bd0e30830e2e5a78af032240ed03814bb2fcb7 /dev-libs/libxml2 | |
parent | dev-python/multidict: Stabilize 5.1.0 ppc64, #763765 (diff) | |
download | gentoo-3b13f4c12d8eaccc0f6c04accc420f5231326722.tar.gz gentoo-3b13f4c12d8eaccc0f6c04accc420f5231326722.tar.bz2 gentoo-3b13f4c12d8eaccc0f6c04accc420f5231326722.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.10-r4.ebuild | 13 |
1 files changed, 0 insertions, 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 3f5263fc2371..56efba866a33 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 |