summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-10 01:09:04 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-10 01:09:55 +0200
commitaaa73ac42b2b1955eb22ec11a42794cc6b8616d4 (patch)
tree2fb119b14eaa4172bf7e17638a8507bc0199781a /dev-python/pypy/pypy-9999.ebuild
parentvirtual/pypy3: Bump to 5.8.0 (diff)
downloadgentoo-aaa73ac42b2b1955eb22ec11a42794cc6b8616d4.tar.gz
gentoo-aaa73ac42b2b1955eb22ec11a42794cc6b8616d4.tar.bz2
gentoo-aaa73ac42b2b1955eb22ec11a42794cc6b8616d4.zip
dev-python/pypy: Sync the live ebuild
Diffstat (limited to 'dev-python/pypy/pypy-9999.ebuild')
-rw-r--r--dev-python/pypy/pypy-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild
index b951c87d2ea5..eaf3b675ad26 100644
--- a/dev-python/pypy/pypy-9999.ebuild
+++ b/dev-python/pypy/pypy-9999.ebuild
@@ -96,8 +96,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)^" \
@@ -107,7 +105,7 @@ src_prepare() {
pushd lib-python/2.7 > /dev/null || die
# TODO: cpy turkish locale patch now fixes C code
# probably needs better port to pypy, if it is broken there
- eapply "${FILESDIR}"/5.7.1_all_distutils_cxx.patch
+ eapply "${FILESDIR}"/5.8.0_all_distutils_cxx.patch
eapply "${WORKDIR}"/patches/62_all_xml.use_pyxml.patch
popd > /dev/null || die