diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2015-10-02 09:56:16 -0400 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-02 09:56:33 -0400 |
| commit | bd3586765e47208668f27f707ec7f6d06b5d92a8 (patch) | |
| tree | 771feb94a820a139df354d51632338403dfe3305 /dev-lang/python/python-3.4.3-r2.ebuild | |
| parent | e4989585efdde99e85a49c30bb086e8c8e514bc6 (diff) | |
| download | gentoo-bd3586765e47208668f27f707ec7f6d06b5d92a8.tar.gz gentoo-bd3586765e47208668f27f707ec7f6d06b5d92a8.tar.bz2 gentoo-bd3586765e47208668f27f707ec7f6d06b5d92a8.zip | |
dev-lang/python: add upstream fix for testing w/gcc-5 #547626
Diffstat (limited to 'dev-lang/python/python-3.4.3-r2.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.4.3-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.4.3-r2.ebuild b/dev-lang/python/python-3.4.3-r2.ebuild index 888e7a716e9d..80d86b644b84 100644 --- a/dev-lang/python/python-3.4.3-r2.ebuild +++ b/dev-lang/python/python-3.4.3-r2.ebuild @@ -70,6 +70,7 @@ src_prepare() { EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches" epatch "${FILESDIR}/${PN}-3.4.3-ncurses-pkg-config.patch" + epatch "${FILESDIR}/${PN}-3.4-gcc-5.patch" #547626 sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \ Lib/distutils/command/install.py \ |
