diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2015-10-14 00:48:13 -0400 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-14 00:48:42 -0400 |
| commit | d3f5509e59f54cf3f9b27886aa508ba3e2c6e0b0 (patch) | |
| tree | 14b0cb13dc161c2f5c7e03f88a70e3e045cb0ea0 /dev-lang/python/python-2.7.10-r2.ebuild | |
| parent | 8b48d4abf44b0718aacbce79bd59746df64f549c (diff) | |
| download | gentoo-d3f5509e59f54cf3f9b27886aa508ba3e2c6e0b0.tar.gz gentoo-d3f5509e59f54cf3f9b27886aa508ba3e2c6e0b0.tar.bz2 gentoo-d3f5509e59f54cf3f9b27886aa508ba3e2c6e0b0.zip | |
dev-lang/python: fix cross-compiling checks w/-Wformat
Diffstat (limited to 'dev-lang/python/python-2.7.10-r2.ebuild')
| -rw-r--r-- | dev-lang/python/python-2.7.10-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/python/python-2.7.10-r2.ebuild b/dev-lang/python/python-2.7.10-r2.ebuild index a516f70c339b..1b5a219a296d 100644 --- a/dev-lang/python/python-2.7.10-r2.ebuild +++ b/dev-lang/python/python-2.7.10-r2.ebuild @@ -100,6 +100,7 @@ src_prepare() { # Fix for cross-compiling. epatch "${FILESDIR}/python-2.7.5-nonfatal-compileall.patch" epatch "${FILESDIR}/python-2.7.9-ncurses-pkg-config.patch" + epatch "${FILESDIR}/python-2.7.10-cross-compile-warn-test.patch" sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \ Lib/distutils/command/install.py \ |
