commit:     0f1fc780ee0324efdbb5bdae8bd506f6a2e4eb3d
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 20:33:38 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 18:33:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1fc780

dev-java/commons-io: Add JAVA_ANT_ENCODING="ISO-8859-1". Fixes bug 508334.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-java/commons-io/commons-io-2.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-java/commons-io/commons-io-2.4.ebuild 
b/dev-java/commons-io/commons-io-2.4.ebuild
index ff7b7e0..feaf741 100644
--- a/dev-java/commons-io/commons-io-2.4.ebuild
+++ b/dev-java/commons-io/commons-io-2.4.ebuild
@@ -28,6 +28,7 @@ S=${WORKDIR}/${MY_P}
 
 EANT_EXTRA_ARGS="-Dcomponent.version=${PV}"
 JAVA_ANT_REWRITE_CLASSPATH="yes"
+JAVA_ANT_ENCODING="ISO-8859-1"
 
 java_prepare() {
        # Setting java.io.tmpdir doesn't have effect unless we do this because 
the vm is forked

Reply via email to