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
commit62d47ff631ee6874d232ef7045cb3ed3c3997ac3 (patch)
treecc0e6471553d3d062b563e34acca511cd9162851 /net-im/gajim/files
parentx86 stable wrt bug #335207 (diff)
downloadhistorical-62d47ff631ee6874d232ef7045cb3ed3c3997ac3.tar.gz
historical-62d47ff631ee6874d232ef7045cb3ed3c3997ac3.tar.bz2
historical-62d47ff631ee6874d232ef7045cb3ed3c3997ac3.zip
Version Bump
Package-Manager: portage-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 "$@"