diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-29 12:58:28 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-29 12:58:44 +0100 |
commit | be2fe913ffa1d4acfeeba02f88adfb3d06481095 (patch) | |
tree | 5d23ee183da87716d3a33d199d3bb3f7368dc877 /dev-libs/libxml2/libxml2-2.9.2-r4.ebuild | |
parent | dev-lang/ruby: fix building with USE=multitarget (diff) | |
download | gentoo-be2fe913ffa1d4acfeeba02f88adfb3d06481095.tar.gz gentoo-be2fe913ffa1d4acfeeba02f88adfb3d06481095.tar.bz2 gentoo-be2fe913ffa1d4acfeeba02f88adfb3d06481095.zip |
dev-libs/libxml2: Fix python ABI detection
Gentoo recently moved closer to upstream in terms of naming python
with regards to the build ABI. This patch adopts the buildsystem
to this change
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567066
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2/libxml2-2.9.2-r4.ebuild')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.2-r4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild index d1f80f04f4c0..421a205b90fa 100644 --- a/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild @@ -90,6 +90,8 @@ src_prepare() { # https://bugs.gentoo.org/show_bug.cgi?id=738751 epatch "${FILESDIR}"/${PN}-2.9.2-icu-pkgconfig.patch + epatch "${FILESDIR}"/${P}-python-ABIFLAG.patch + # Important patches from master epatch \ "${FILESDIR}"/${PN}-2.9.2-revert-missing-initialization.patch \ |