diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-07 17:59:47 +0200 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-08-12 22:34:33 +0900 |
commit | 79d67ba580e9d52933f050946338f4bf9beb6a3c (patch) | |
tree | 6362416f52845adb54bd774fb64b781cab5880c1 /app-i18n/ibus-table | |
parent | app-i18n/ibus-sunpinyin: remove unused patch (diff) | |
download | gentoo-79d67ba580e9d52933f050946338f4bf9beb6a3c.tar.gz gentoo-79d67ba580e9d52933f050946338f4bf9beb6a3c.tar.bz2 gentoo-79d67ba580e9d52933f050946338f4bf9beb6a3c.zip |
app-i18n/ibus-table: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5339
Diffstat (limited to 'app-i18n/ibus-table')
-rw-r--r-- | app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch | 13 |
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 - |