--- /usr/portage/dev-java/commons-pool/commons-pool-1.2.ebuild 2005-05-18 13:35:28.000000000 +0200 +++ /usr/local/portage/dev-java/commons-pool/commons-pool-1.2.ebuild 2005-06-11 02:29:34.000000000 +0200 @@ -31,6 +31,14 @@ src_compile() { local antflags + antflags="${antflags} -f gentoo.xml" + cat <>gentoo.xml + + + + +EOF + use jikes && antflags="${antflags} -Dbuild.compiler=jikes" ant ${antflags} dist || die "Compilation Failed"