dev-java/jtidy: Set javac encoding, fixes bug #582654
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 11 May 2016 21:29:31 +0000 (22:29 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 11 May 2016 21:29:31 +0000 (22:29 +0100)
Package-Manager: portage-2.2.28

dev-java/jtidy/jtidy-1.0.ebuild

index a48fd9e9b4f12136724b79b3e9e8d764b21abb84..e035996dba18003f13f619c5d9f67283f623108a 100644 (file)
@@ -17,7 +17,6 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-sources.zip -> ${P}.zip"
 LICENSE="HTML-Tidy W3C"
 SLOT="0"
 KEYWORDS="amd64 ppc64 x86"
-IUSE=""
 
 CDEPEND="dev-java/ant-core:0"
 
@@ -30,6 +29,7 @@ DEPEND="
        >=virtual/jdk-1.6
        source? ( app-arch/zip )"
 
+JAVA_ANT_ENCODING="UTF-8"
 JAVA_ANT_REWRITE_CLASSPATH="yes"
 EANT_GENTOO_CLASSPATH="ant-core"
 EANT_BUILD_TARGET="jar"