summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-05-11 22:29:31 +0100
committerJames Le Cuirot <chewi@gentoo.org>2016-05-11 22:29:31 +0100
commit0c99a4db2902da6c52251032f66ee48aa17ba951 (patch)
treebabd59b07485c0808ddc71beec051fb76a048e98 /dev-java
parentdev-java/jna: Remove old 3.4.0-r1 (diff)
downloadgentoo-0c99a4db2902da6c52251032f66ee48aa17ba951.tar.gz
gentoo-0c99a4db2902da6c52251032f66ee48aa17ba951.tar.bz2
gentoo-0c99a4db2902da6c52251032f66ee48aa17ba951.zip
dev-java/jtidy: Set javac encoding, fixes bug #582654
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jtidy/jtidy-1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/jtidy/jtidy-1.0.ebuild b/dev-java/jtidy/jtidy-1.0.ebuild
index a48fd9e9b4f1..e035996dba18 100644
--- a/dev-java/jtidy/jtidy-1.0.ebuild
+++ b/dev-java/jtidy/jtidy-1.0.ebuild
@@ -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"