summaryrefslogtreecommitdiff
path: root/dev-lang/python/files/python-2.7.5-nonfatal-compileall.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-07 16:39:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-07 16:39:28 +0100
commit7fc5957ee0cb88e607f4c1988d91a07cebaf6d96 (patch)
tree9d7b284956b817c8d0ed2ed87284cdbbf81402b8 /dev-lang/python/files/python-2.7.5-nonfatal-compileall.patch
parentb265f17bc2d3a58b311c073acb48fd49527e5332 (diff)
downloadgentoo-7fc5957ee0cb88e607f4c1988d91a07cebaf6d96.tar.gz
gentoo-7fc5957ee0cb88e607f4c1988d91a07cebaf6d96.tar.bz2
gentoo-7fc5957ee0cb88e607f4c1988d91a07cebaf6d96.zip
dev-lang/python: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/files/python-2.7.5-nonfatal-compileall.patch')
-rw-r--r--dev-lang/python/files/python-2.7.5-nonfatal-compileall.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-lang/python/files/python-2.7.5-nonfatal-compileall.patch b/dev-lang/python/files/python-2.7.5-nonfatal-compileall.patch
deleted file mode 100644
index a762dfb10882..000000000000
--- a/dev-lang/python/files/python-2.7.5-nonfatal-compileall.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/Makefile.pre.in b/Makefile.pre.in
---- a/Makefile.pre.in
-+++ b/Makefile.pre.in
-@@ -1000,12 +1000,12 @@
- $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \
- $(DESTDIR)$(LIBDEST)/distutils/tests ; \
- fi
-- PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
-+ -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
- $(PYTHON_FOR_BUILD) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
- -d $(LIBDEST) -f \
- -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
- $(DESTDIR)$(LIBDEST)
-- PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
-+ -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
- $(PYTHON_FOR_BUILD) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
- -d $(LIBDEST) -f \
- -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \