summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/mozart/mozart-2.0.1.ebuild')
-rw-r--r--dev-lang/mozart/mozart-2.0.1.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/dev-lang/mozart/mozart-2.0.1.ebuild b/dev-lang/mozart/mozart-2.0.1.ebuild
index ebd5d3b04736..b44def58b107 100644
--- a/dev-lang/mozart/mozart-2.0.1.ebuild
+++ b/dev-lang/mozart/mozart-2.0.1.ebuild
@@ -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}"
@@ -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