summaryrefslogtreecommitdiff
path: root/eclass/java-utils-2.eclass
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-07-25 12:17:45 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-07-26 10:59:50 +0200
commitbf0b78ed5ac69775135c0a1ecca7be8b16afc7e2 (patch)
treea4e00e8b5fd9ea298cec3b6a97f5018e84c7ec33 /eclass/java-utils-2.eclass
parentf48716cfd27c937b0015cb95ad73e2ed1f61a4bb (diff)
downloadgentoo-bf0b78ed5ac69775135c0a1ecca7be8b16afc7e2.tar.gz
gentoo-bf0b78ed5ac69775135c0a1ecca7be8b16afc7e2.tar.bz2
gentoo-bf0b78ed5ac69775135c0a1ecca7be8b16afc7e2.zip
java-utils-2.eclass: fix ejunit_(), java-pkg_getjars --build-only
Closes: https://bugs.gentoo.org/936557 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37718 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'eclass/java-utils-2.eclass')
-rw-r--r--eclass/java-utils-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index 91f8fba8790b..8a062f2ad87e 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -1838,7 +1838,7 @@ ejunit_() {
local junit=${1}
shift 1
- local cp=$(java-pkg_getjars --with-dependencies ${junit}${pkgs})
+ local cp=$(java-pkg_getjars --build-only --with-dependencies ${junit}${pkgs})
if [[ ${1} = -cp || ${1} = -classpath ]]; then
cp="${2}:${cp}"
shift 2