app-emacs/scala-mode: Add dev-lang/scala-bin as optfeature alternative

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2024-07-27 13:38:21 +02:00
parent 00bc8eba1a
commit e5c86b5a9c
2 changed files with 4 additions and 2 deletions

View File

@@ -20,5 +20,6 @@ DOCS="AUTHORS FUTURE README"
pkg_postinst() {
elisp_pkg_postinst
optfeature "running Scala interpreter with scala-run-scala" dev-lang/scala
optfeature "running Scala interpreter with scala-run-scala" \
dev-lang/scala dev-lang/scala-bin
}

View File

@@ -20,5 +20,6 @@ DOCS="AUTHORS FUTURE README"
pkg_postinst() {
elisp_pkg_postinst
optfeature "running Scala interpreter with scala-run-scala" dev-lang/scala
optfeature "running Scala interpreter with scala-run-scala" \
dev-lang/scala dev-lang/scala-bin
}