summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/tapestry-json/tapestry-json-5.8.7-r1.ebuild (renamed from dev-java/tapestry-json/tapestry-json-5.8.7.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/tapestry-json/tapestry-json-5.8.7.ebuild b/dev-java/tapestry-json/tapestry-json-5.8.7-r1.ebuild
index 933ec78d9f20..1f1d2f78081f 100644
--- a/dev-java/tapestry-json/tapestry-json-5.8.7.ebuild
+++ b/dev-java/tapestry-json/tapestry-json-5.8.7-r1.ebuild
@@ -35,7 +35,7 @@ JAVA_SRC_DIR="tapestry-json/src/main/java"
src_compile() {
# build classes needed for compilation
ejavac -d target/deps \
- -cp "$(java-pkg_getjars slf4j-api)" \
+ -cp "$(java-pkg_getjars --build-only slf4j-api)" \
$(find \
commons/src/main/java \
plastic-asm/src/main/java \