summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-09-04 06:20:23 +0000
committerJustin Lecher <jlec@gentoo.org>2010-09-04 06:20:23 +0000
commit3c5ec113873c6d766411723ec373a96cbe1cee1f (patch)
tree38dcac8788ba9c652c8bc2752325b4c7cd94bf3b /net-im/gajim/files
parentx86 stable wrt bug #335207 (diff)
downloadgentoo-2-3c5ec113873c6d766411723ec373a96cbe1cee1f.tar.gz
gentoo-2-3c5ec113873c6d766411723ec373a96cbe1cee1f.tar.bz2
gentoo-2-3c5ec113873c6d766411723ec373a96cbe1cee1f.zip
Version Bump
(Portage version: 2.2_rc74/cvs/Linux x86_64)
Diffstat (limited to 'net-im/gajim/files')
-rw-r--r--net-im/gajim/files/0.14-python-version.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/gajim/files/0.14-python-version.patch b/net-im/gajim/files/0.14-python-version.patch
new file mode 100644
index 000000000000..30ee445d405c
--- /dev/null
+++ b/net-im/gajim/files/0.14-python-version.patch
@@ -0,0 +1,10 @@
+diff --git a/scripts/gajim.in b/scripts/gajim.in
+index e163a9b..73dc9e0 100644
+--- a/scripts/gajim.in
++++ b/scripts/gajim.in
+@@ -30,4 +30,4 @@ fi
+ [ "$APP" = "gajim-history-manager" ] && APP="history_manager"
+
+ cd "@GAJIM_SRCDIR@"
+-exec "@PYTHON@" -OO $APP.py "$@"
++exec "@PYTHON@@PYTHON_VERSION@" -OO $APP.py "$@"