summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch')
-rw-r--r--app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch b/app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch
deleted file mode 100644
index a492607eca27..000000000000
--- a/app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/engine/Makefile.in b/engine/Makefile.in
-index c9d1a42..4d25a09 100644
---- a/engine/Makefile.in
-+++ b/engine/Makefile.in
-@@ -418,7 +418,7 @@ install-engine_tablePYTHON: $(engine_table_PYTHON)
- $(INSTALL_DATA) $$files "$(DESTDIR)$(engine_tabledir)" || exit $$?; \
- done || exit $$?; \
- if test -n "$$dlist"; then \
-- $(am__py_compile) --destdir "$(DESTDIR)" \
-+ $(py_compile) --destdir "$(DESTDIR)" \
- --basedir "$(engine_tabledir)" $$dlist; \
- else :; fi
-