diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-10-27 17:19:04 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-10-27 17:19:04 +0000 |
commit | 0dcc30e37e5b14c77a3531754c8340f85147e7e5 (patch) | |
tree | 266803d32c84f49e06566be4e980676630b71304 /net-im/gajim/files | |
parent | dev-vcs/svneverever: Drop back to Python 2.x only (diff) | |
download | gentoo-2-0dcc30e37e5b14c77a3531754c8340f85147e7e5.tar.gz gentoo-2-0dcc30e37e5b14c77a3531754c8340f85147e7e5.tar.bz2 gentoo-2-0dcc30e37e5b14c77a3531754c8340f85147e7e5.zip |
Version Bump, support python abis
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-im/gajim/files')
-rw-r--r-- | net-im/gajim/files/0.14.1-testing.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/gajim/files/0.14.1-testing.patch b/net-im/gajim/files/0.14.1-testing.patch new file mode 100644 index 000000000000..10dd844e7902 --- /dev/null +++ b/net-im/gajim/files/0.14.1-testing.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile.am b/Makefile.am +index 4e70251..8b8702f 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -59,7 +59,7 @@ MAINTAINERCLEANDIRS = \ + + + test: +- python test/runtests.py ++ $(GENTOOPY) test/runtests.py + .PHONY: test + + doc: |