diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-23 13:24:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-23 13:24:55 +0000 |
commit | bacf5ab10bc596aac66e98f6273377096924013b (patch) | |
tree | 8a14d70d3421490a69cfe5c52e3e3c6bd0cacfc7 /app-office/unoconv/files | |
parent | Use Arch patch to fix compilation with gcc-4.6 (bug #367865). (diff) | |
download | gentoo-2-bacf5ab10bc596aac66e98f6273377096924013b.tar.gz gentoo-2-bacf5ab10bc596aac66e98f6273377096924013b.tar.bz2 gentoo-2-bacf5ab10bc596aac66e98f6273377096924013b.zip |
Initial commit. Fixes bug #262083.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'app-office/unoconv/files')
-rw-r--r-- | app-office/unoconv/files/timeout.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/unoconv/files/timeout.patch b/app-office/unoconv/files/timeout.patch new file mode 100644 index 000000000000..f41b101faf78 --- /dev/null +++ b/app-office/unoconv/files/timeout.patch @@ -0,0 +1,11 @@ +--- unoconv.old 2011-08-01 14:20:45.000000000 +0200 ++++ unoconv 2011-08-01 14:21:01.000000000 +0200 +@@ -534,7 +534,7 @@ + unocontext = resolver.resolve("uno:%s" % op.connection) + break + except NoConnectException: +- time.sleep(0.5) ++ time.sleep(5) + timeout += 0.5 + except: + raise |