diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-10-04 13:36:16 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-10-04 13:37:17 +0200 |
commit | def512b0b7e5dd03b6e47bc374f25dcfefeb337e (patch) | |
tree | 10e12cd85c3d8a6f58cd94b3e7bd4300dc996698 /net-im | |
parent | dev-libs/libuv: add 1.49.0 (diff) | |
download | gentoo-def512b0b7e5dd03b6e47bc374f25dcfefeb337e.tar.gz gentoo-def512b0b7e5dd03b6e47bc374f25dcfefeb337e.tar.bz2 gentoo-def512b0b7e5dd03b6e47bc374f25dcfefeb337e.zip |
net-im/sendxmpp-amm: update live
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 10 |
1 files 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() { : } |