diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2020-07-18 16:29:27 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-07-18 16:29:44 -0700 |
commit | cc65eb574c60372c111df84e25ff417096c0e7af (patch) | |
tree | 6be620e09e1aa12951c11278255fb639afba98eb /net-misc/mosh | |
parent | */*: dekeyword net-libs/webkit-gtk and revdeps on ppc (diff) | |
download | gentoo-cc65eb574c60372c111df84e25ff417096c0e7af.tar.gz gentoo-cc65eb574c60372c111df84e25ff417096c0e7af.tar.bz2 gentoo-cc65eb574c60372c111df84e25ff417096c0e7af.zip |
net-misc/mosh-9999: Don't depend on openssl unconditionally
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-misc/mosh')
-rw-r--r-- | net-misc/mosh/mosh-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild index e01550c41834..97e8d3172038 100644 --- a/net-misc/mosh/mosh-9999.ebuild +++ b/net-misc/mosh/mosh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,6 @@ REQUIRED_USE=" examples? ( client )" RDEPEND=" - dev-libs/openssl:0= dev-libs/protobuf:0= sys-libs/ncurses:0= virtual/ssh |