summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2010-02-12 23:07:41 +0000
committerVlastimil Babka <caster@gentoo.org>2010-02-12 23:07:41 +0000
commita6f232f58d7c4d583250a688a458b2489bb22b59 (patch)
tree007035b0b0d55dea17db7d515e2d75cc4bb8330d /dev-java/jdbc-mysql/files
parentNow taking over maintainership of g-cpan. Fixed bugs 239217, 281948, 250718, ... (diff)
downloadgentoo-2-a6f232f58d7c4d583250a688a458b2489bb22b59.tar.gz
gentoo-2-a6f232f58d7c4d583250a688a458b2489bb22b59.tar.bz2
gentoo-2-a6f232f58d7c4d583250a688a458b2489bb22b59.zip
Do the same with 5.1.10, might help bug #292876 as well.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/jdbc-mysql/files')
-rw-r--r--dev-java/jdbc-mysql/files/5.1.6-java6-detection.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-java/jdbc-mysql/files/5.1.6-java6-detection.patch b/dev-java/jdbc-mysql/files/5.1.6-java6-detection.patch
deleted file mode 100644
index a388db104cb6..000000000000
--- a/dev-java/jdbc-mysql/files/5.1.6-java6-detection.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: build.xml
-===================================================================
---- build.xml (revision 6792)
-+++ build.xml (working copy)
-@@ -97,7 +97,7 @@
-
- <target name="-compiler-check">
- <if>
-- <and>
-+ <or>
- <not>
- <or>
- <equals arg1="${ant.java.version}" arg2="1.4" />
-@@ -112,7 +112,7 @@
- <available file="${com.mysql.jdbc.java6.rtjar}" />
- </not>
- </or>
-- </and>
-+ </or>
- <then>
- <echo>This version of MySQL Connector/J requires a compiler from Java-1.4 or Java-1.5 to be used, set your JAVA_HOME property to point to one of these versions of the JDK.
-