Skip to content

Commit

Permalink
dev-lang/mozart: pin bootcompiler to scala-2.12
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Keri Harris <[email protected]>
  • Loading branch information
keriharris committed Jun 24, 2020
1 parent e747c73 commit 08278e6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions dev-lang/mozart/mozart-2.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ RDEPEND="dev-libs/boost:=
DEPEND="${RDEPEND}
dev-java/ant-core
>=virtual/jdk-1.8:=
|| (
dev-lang/scala:2.12
dev-lang/scala-bin:0
)
dev-lang/scala:2.12
test? ( dev-cpp/gtest:= )"

S="${WORKDIR}/${PN}2-${PV}"
Expand Down Expand Up @@ -59,11 +56,7 @@ src_configure() {
}

src_compile() {
if has_version "dev-lang/scala"; then
EANT_GENTOO_CLASSPATH="scala:2.12"
else
EANT_GENTOO_CLASSPATH="scala-bin"
fi
EANT_GENTOO_CLASSPATH="scala:2.12"
cd "${S}"/bootcompiler
ANT_OPTS="-Xss2M" eant jar

Expand Down

0 comments on commit 08278e6

Please sign in to comment.