dev-scheme/kawa: correct java-pkg_getjar

Closes: https://bugs.gentoo.org/828695
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2021-12-10 11:18:26 +01:00
parent b688c45dd4
commit 31d8e8c0d6

View File

@@ -61,7 +61,7 @@ src_configure() {
fi
if use servlets; then
myconf+=(
"--with-servlet=$(java-pkg_getjar servletapi-2.4 servlet-api.jar)"
"--with-servlet=$(java-pkg_getjar servlet-api-3.0 servlet-api.jar)"
)
fi