commit: def512b0b7e5dd03b6e47bc374f25dcfefeb337e
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 11:36:16 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 11:37:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def512b0
net-im/sendxmpp-amm: update live
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
index c5dec761f9fd..2dcfb975f5d9 100644
--- a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,16 +22,10 @@ LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
- dev-lang/ammonite-repl-bin[scala2-13]
+ dev-java/scala-cli-bin
!net-im/sendxmpp
"
-src_prepare() {
- default
- # Ensure that the script is using the right Scala version.
- sed -i '1 s;^.*$;#!/usr/bin/env amm-2.13;' sendxmpp.sc || die
-}
-
src_compile() {
:
}