summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-02 15:18:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-02 15:18:49 +0100
commit5b49b81b5ef191481800fac695706d35262f8781 (patch)
tree039f84f80245c9c82df73880ace981181453336e /eclass
parente594c992ffc7a67aab370bfe0634d498dbd82b8a (diff)
gentoo auto-resync : 02:08:2022 - 15:18:49
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin36821 -> 36827 bytes
-rw-r--r--eclass/java-pkg-simple.eclass6
2 files changed, 3 insertions, 3 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 6adb563c8214..8d121c27a299 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass
index 09062d9ede68..6f7324240e34 100644
--- a/eclass/java-pkg-simple.eclass
+++ b/eclass/java-pkg-simple.eclass
@@ -344,9 +344,6 @@ java-pkg-simple_prepend_resources() {
java-pkg-simple_src_compile() {
local sources=sources.lst classes=target/classes apidoc=target/api moduleinfo
- # auto generate classpath
- java-pkg_gen-cp JAVA_GENTOO_CLASSPATH
-
# do not compile if we decide to install binary jar
if has binary ${JAVA_PKG_IUSE} && use binary; then
# register the runtime dependencies
@@ -357,6 +354,9 @@ java-pkg-simple_src_compile() {
cp "${DISTDIR}"/${JAVA_BINJAR_FILENAME} ${JAVA_JAR_FILENAME}\
|| die "Could not copy the binary jar file to ${S}"
return 0
+ else
+ # auto generate classpath
+ java-pkg_gen-cp JAVA_GENTOO_CLASSPATH
fi
# gather sources