summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-10 01:09:30 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-10 01:09:55 +0200
commitdcd9bc7e4f6b66fd9b45553598bd2b7b2be74145 (patch)
tree247ae72d661ca9fac23b52e006d14c019fd73d43 /dev-python
parentdev-python/pypy: Sync the live ebuild (diff)
downloadgentoo-dcd9bc7e4f6b66fd9b45553598bd2b7b2be74145.tar.gz
gentoo-dcd9bc7e4f6b66fd9b45553598bd2b7b2be74145.tar.bz2
gentoo-dcd9bc7e4f6b66fd9b45553598bd2b7b2be74145.zip
dev-python/pypy3: Sync the live ebuild
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pypy3/pypy3-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild
index 02160d99a1f4..7291b119ea06 100644
--- a/dev-python/pypy3/pypy3-9999.ebuild
+++ b/dev-python/pypy3/pypy3-9999.ebuild
@@ -85,8 +85,6 @@ src_prepare() {
eapply "${FILESDIR}/4.0.0-gentoo-path.patch"
eapply "${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch"
eapply "${FILESDIR}"/2.5.0-shared-lib.patch # 517002
- # disarm implicit -flto
- eapply "${FILESDIR}"/5.7.1-kill-flto.patch
sed -e "s^@EPREFIX@^${EPREFIX}^" \
-e "s^@libdir@^$(get_libdir)^" \
@@ -94,7 +92,7 @@ src_prepare() {
# apply CPython stdlib patches
pushd lib-python/3 > /dev/null || die
- eapply "${FILESDIR}"/5.7.1_all_distutils_cxx.patch
+ eapply "${FILESDIR}"/5.8.0_all_distutils_cxx.patch
eapply "${FILESDIR}"/python-3.5-distutils-OO-build.patch
popd > /dev/null || die