diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2016-09-05 15:23:33 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-09-10 10:01:29 -0400 |
commit | 115041505b9b6b2c5902e385bf0726e8e3d47575 (patch) | |
tree | ea980f2212dea85d7963d1ab7e69d9004ddca6e3 /dev-lang/python/python-3.4.5.ebuild | |
parent | ba313b756eb1d6903c621702778204aa515c7618 (diff) | |
download | gentoo-115041505b9b6b2c5902e385bf0726e8e3d47575.tar.gz gentoo-115041505b9b6b2c5902e385bf0726e8e3d47575.tar.xz |
dev-lang/python: Fix cross-compilation support for 3.4.5
Gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=590530
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2247
Diffstat (limited to 'dev-lang/python/python-3.4.5.ebuild')
-rw-r--r-- | dev-lang/python/python-3.4.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.4.5.ebuild b/dev-lang/python/python-3.4.5.ebuild index b26c787b02e..11359e7cb31 100644 --- a/dev-lang/python/python-3.4.5.ebuild +++ b/dev-lang/python/python-3.4.5.ebuild @@ -72,6 +72,7 @@ src_prepare() { EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches" epatch "${FILESDIR}/${PN}-3.4.3-ncurses-pkg-config.patch" + epatch "${FILESDIR}/${PN}-3.4.5-cross.patch" epatch_user |