mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-27 21:48:16 -07:00
dev-java/jline: Mend JAVA_GENTOO_CLASSPATH by listing deps and separate them with commas. Fixes bug 570204.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
@@ -36,10 +36,7 @@ S="${WORKDIR}/${PN}2-${P}"
|
||||
|
||||
JAVA_SRC_DIR="src/main/java"
|
||||
|
||||
JAVA_GENTOO_CLASSPATH="
|
||||
jansi
|
||||
jansi-native
|
||||
"
|
||||
JAVA_GENTOO_CLASSPATH="jansi,jansi-native"
|
||||
|
||||
java_prepare() {
|
||||
# Easier to use java-pkg-simple.
|
||||
|
||||
Reference in New Issue
Block a user