summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Bush <ali_bush@gentoo.org>2007-10-14 07:45:01 +0000
committerAlistair Bush <ali_bush@gentoo.org>2007-10-14 07:45:01 +0000
commit47ddb6f192a35256cb6fd1039625d652c5087996 (patch)
treebad80ed6a80c8746c5dcb8e14060313b6030e9d9 /dev-java/java-config/files/java-config-2.1.2-r1.patch
parentadd texlive common eclass (diff)
downloadgentoo-2-47ddb6f192a35256cb6fd1039625d652c5087996.tar.gz
gentoo-2-47ddb6f192a35256cb6fd1039625d652c5087996.tar.bz2
gentoo-2-47ddb6f192a35256cb6fd1039625d652c5087996.zip
Rev bump java-config to fix SyntaxError that occurs with python2.4
(Portage version: 2.1.3.12)
Diffstat (limited to 'dev-java/java-config/files/java-config-2.1.2-r1.patch')
-rw-r--r--dev-java/java-config/files/java-config-2.1.2-r1.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-java/java-config/files/java-config-2.1.2-r1.patch b/dev-java/java-config/files/java-config-2.1.2-r1.patch
new file mode 100644
index 000000000000..4c644c26d182
--- /dev/null
+++ b/dev-java/java-config/files/java-config-2.1.2-r1.patch
@@ -0,0 +1,12 @@
+--- tags/2.1.2/src/java_config_2/EnvironmentManager.py 2007-10-14 16:00:23.000000000 +1300
++++ src/java_config_2/EnvironmentManager.py 2007-10-14 20:22:03.000000000 +1300
+@@ -36,8 +36,7 @@
+ self.load_active_vm()
+ except InvalidVMError:
+ pass
+- finally:
+- pass
++ pass
+
+ def __call__(self):
+ return self