Skip to content

Commit

Permalink
dev-java/rome: Rename JAVA_EANT_ENCODING variable.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
monsieurp committed Nov 19, 2015
1 parent d96c279 commit 6a84903
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-java/rome/rome-0.9-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

EANT_JAVA_ENCODING="ISO-8859-1"
CDEPEND="dev-java/jdom:1.0"

DEPEND="
Expand All @@ -28,9 +27,11 @@ RDEPEND="
${CDEPEND}
>=virtual/jre-1.6"

JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="jdom-1.0"

JAVA_ANT_REWRITE_CLASSPATH="true"
JAVA_ANT_ENCODING="ISO-8859-1"

java_prepare() {
# Patch build.xml so the tests pass
epatch "${FILESDIR}/${P}-build.xml-test-upstream.patch"
Expand Down

0 comments on commit 6a84903

Please sign in to comment.