commit: a958429a9ce29eeb0e446df409dd7192b1b5ea2c
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 16:20:40 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 16:21:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a958429a
net-im/sendxmpp-amm: Drop src_install, since upstream has Makefile now
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
index 700d92138fdb..ef6656d8a9fc 100644
--- a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
@@ -28,8 +28,3 @@ RDEPEND="
dev-lang/ammonite-repl-bin
!net-im/sendxmpp
"
-
-src_install() {
- default
- dobin sendxmpp
-}