From: Amy Liffey Date: Sun, 5 Jan 2020 13:47:22 +0000 (+0100) Subject: net-misc/mosh: remove not used eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=046c760ada218abeee117a9cb962ce3578a8bc32;p=gentoo.git net-misc/mosh: remove not used eclass Closes: https://bugs.gentoo.org/704710 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey Acked-by: David Seifert --- diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild index be9bd1d1b4b8..d6f21d498fdb 100644 --- a/net-misc/mosh/mosh-1.3.2.ebuild +++ b/net-misc/mosh/mosh-1.3.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools bash-completion-r1 eutils vcs-snapshot +inherit autotools bash-completion-r1 eutils DESCRIPTION="Mobile shell that supports roaming and intelligent local echo" HOMEPAGE="https://mosh.org"