java-vm-2.eclass: add BDEPEND="app-arch/unzip"

Thanks to David 'soap' Seifert for pointing out the missing whitespace
when appending BDEPEND to DEPEND.

Closes: https://bugs.gentoo.org/850415
Closes: https://github.com/gentoo/gentoo/pull/25804
Reported-by: Joonas Niilola <juippis@gentoo.org>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2022-06-08 10:20:23 +02:00
parent cadb1d09fc
commit bdf2ac459f

View File

@@ -24,6 +24,11 @@ RDEPEND="
app-eselect/eselect-java
"
DEPEND="${RDEPEND}"
BDEPEND="app-arch/unzip"
if [[ ${EAPI} == 6 ]]; then
DEPEND+=" ${BDEPEND}"
fi
export WANT_JAVA_CONFIG=2