summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-09 20:54:05 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-09 21:46:02 +0200
commit9debc178f21d1a6a4abbf05634f8ebaa843ee619 (patch)
tree17880706bf918c4960bf4ab0a09c6492b27c4408 /dev-python/pypy3/pypy3-9999.ebuild
parentkde-misc/kanyremote: remove old (diff)
downloadgentoo-9debc178f21d1a6a4abbf05634f8ebaa843ee619.tar.gz
gentoo-9debc178f21d1a6a4abbf05634f8ebaa843ee619.tar.bz2
gentoo-9debc178f21d1a6a4abbf05634f8ebaa843ee619.zip
dev-python/pypy3: Update the distutils C++ patch
Diffstat (limited to 'dev-python/pypy3/pypy3-9999.ebuild')
-rw-r--r--dev-python/pypy3/pypy3-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild
index 8eb168a515c8..031660c7c22c 100644
--- a/dev-python/pypy3/pypy3-9999.ebuild
+++ b/dev-python/pypy3/pypy3-9999.ebuild
@@ -92,7 +92,7 @@ src_prepare() {
# apply CPython stdlib patches
pushd lib-python/3 > /dev/null || die
- epatch "${FILESDIR}"/21_all_distutils_c++.patch
+ epatch "${FILESDIR}"/5.2.0-distutils-c++.patch
popd > /dev/null || die
epatch_user