dev-lang/ammonite-repl-bin: enable Scala 2.13 and Scala 3.3 by default

Scala 2.13 is required for sendxmpp-scala and Scala 3.3 is the LTS
release.

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2025-03-15 10:28:44 +01:00
parent f9fae8f8ae
commit 4d5617d633

View File

@@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm64 ~x86"
RDEPEND=">=virtual/jre-1.8:*"
IUSE="scala2-13 scala3-3 +scala3-5"
IUSE="+scala2-13 +scala3-3 +scala3-5"
src_unpack() {
: