diff options
author | Amy Liffey <amynka@gentoo.org> | 2020-01-05 14:47:22 +0100 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2020-01-05 14:56:50 +0100 |
commit | 046c760ada218abeee117a9cb962ce3578a8bc32 (patch) | |
tree | ff444e0c172b9ba4e9ad04881ff7f3028d11f43f /net-misc/mosh | |
parent | cmake.eclass: Add comment regarding cmake_src_prepare pushd/popd (diff) | |
download | gentoo-046c760ada218abeee117a9cb962ce3578a8bc32.tar.gz gentoo-046c760ada218abeee117a9cb962ce3578a8bc32.tar.bz2 gentoo-046c760ada218abeee117a9cb962ce3578a8bc32.zip |
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 <amynka@gentoo.org>
Acked-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/mosh')
-rw-r--r-- | net-misc/mosh/mosh-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |