summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-02-05 15:22:19 +0000
committerBen de Groot <yngwin@gentoo.org>2013-02-05 15:22:19 +0000
commit68afb191c0f6b21a1e7ddf7bc09dfbadc8078591 (patch)
treef013e51f39c925a92b076fb0413932bd7750d07b /app-i18n
parentversion bump (diff)
downloadgentoo-2-68afb191c0f6b21a1e7ddf7bc09dfbadc8078591.tar.gz
gentoo-2-68afb191c0f6b21a1e7ddf7bc09dfbadc8078591.tar.bz2
gentoo-2-68afb191c0f6b21a1e7ddf7bc09dfbadc8078591.zip
Add missing patch
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-table/ChangeLog6
-rw-r--r--app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch13
2 files changed, 18 insertions, 1 deletions
diff --git a/app-i18n/ibus-table/ChangeLog b/app-i18n/ibus-table/ChangeLog
index 4fd919c31040..511a95824c23 100644
--- a/app-i18n/ibus-table/ChangeLog
+++ b/app-i18n/ibus-table/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/ibus-table
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.29 2013/02/05 11:44:18 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.30 2013/02/05 15:22:19 yngwin Exp $
+
+ 05 Feb 2013; Ben de Groot <yngwin@gentoo.org>
+ +files/ibus-table-1.5.0-pycompile.patch:
+ Add missing patch
05 Feb 2013; Ben de Groot <yngwin@gentoo.org> ibus-table-1.5.0.ebuild:
proper quoting
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
new file mode 100644
index 000000000000..a492607eca27
--- /dev/null
+++ b/app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch
@@ -0,0 +1,13 @@
+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
+