--- commons-lang-2.0-r1.ebuild 2004-05-14 19:07:17.742327808 -0400 +++ commons-lang-2.0-r1.ebuild.patched 2004-05-14 19:05:40.000186872 -0400 @@ -20,6 +20,12 @@ S="${WORKDIR}/${PN}-${PV}-src" +src_unpack() { + unpack ${A} + cd ${S} + use junit && echo "junit.jar=`java-config -p junit`" >> build.properties +} + src_compile() { local antflags="jar" use jikes && antflags="${antflags} -Dbuild.compiler=jikes"