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@gentoo.org>
This commit is contained in:
Patrice Clement
2015-11-15 20:33:38 +00:00
parent deded80ef5
commit 0f1fc780ee

View File

@@ -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