commit: 9a02fdacc7449eb3a4f541c7ad8730648ff752a8
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 9 12:50:41 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 9 12:50:41 2017 +0000
URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=9a02fdac
meta.sh: add scala.
scripts/meta.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/scripts/meta.sh b/scripts/meta.sh
index 82d3dc1..4bd16ba 100755
--- a/scripts/meta.sh
+++ b/scripts/meta.sh
@@ -74,6 +74,10 @@ case ${spkg} in
echo $1:org.huoc:${spkg}:${sver%%-*}
exit 0
;;
+ scala)
+ echo $1:org.scala-lang:${spkg}-compiler:${sver%%-*}
+ exit 0
+ ;;
esac
touch bebd bpom