summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-24 19:12:08 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-25 23:49:11 +0200
commit3fd6c1a1b17e9e90680e71b550d0dddc597378ee (patch)
tree8b7fe0400bc1e56310a11223f8ea04a5685335b6 /dev-python/pypy/pypy-9999.ebuild
parentdev-python/pypy: Switch 9999 to cpy2.7.13 patchset (diff)
downloadgentoo-3fd6c1a1b17e9e90680e71b550d0dddc597378ee.tar.gz
gentoo-3fd6c1a1b17e9e90680e71b550d0dddc597378ee.tar.bz2
gentoo-3fd6c1a1b17e9e90680e71b550d0dddc597378ee.zip
dev-python/pypy: Update the distutils-cxx patch for upcoming 5.7.1
Diffstat (limited to 'dev-python/pypy/pypy-9999.ebuild')
-rw-r--r--dev-python/pypy/pypy-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild
index 4cda2cf09a0e..c6a8bd089607 100644
--- a/dev-python/pypy/pypy-9999.ebuild
+++ b/dev-python/pypy/pypy-9999.ebuild
@@ -105,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
- epatch "${FILESDIR}"/5.6.0_all_distutils_cxx.patch \
+ epatch "${FILESDIR}"/5.7.1_all_distutils_cxx.patch \
"${WORKDIR}"/patches/62_all_xml.use_pyxml.patch
popd > /dev/null || die