mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
dev-java/*: default slot for dev-java/mvel
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: c798993a9d
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
973bcba8ea
commit
e467eb15d2
@@ -20,7 +20,7 @@ KEYWORDS="amd64 ~arm arm64 ppc64 x86"
|
||||
|
||||
DEPEND="
|
||||
app-arch/lz4:=
|
||||
dev-java/mvel:2.5
|
||||
dev-java/mvel:0
|
||||
dev-libs/xxhash:0
|
||||
>=virtual/jdk-1.8:*
|
||||
test? ( dev-java/randomized-runner:0 )"
|
||||
@@ -52,7 +52,7 @@ src_compile() {
|
||||
einfo "Code generation"
|
||||
"$(java-config -J)" \
|
||||
-Dout.dir="src/java" \
|
||||
-cp "$(java-pkg_getjars --build-only mvel-2.5)" \
|
||||
-cp "$(java-pkg_getjars --build-only mvel)" \
|
||||
org.mvel2.sh.Main \
|
||||
src/build/gen_sources.mvel \
|
||||
|| die
|
||||
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/mvel/mvel/archive/mvel2-${PV}.Final.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${PN}2-${PV}.Final"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="2.5"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm arm64 ppc64 x86"
|
||||
|
||||
DEPEND="
|
||||
Reference in New Issue
Block a user