diff options
author | Sam James <sam@gentoo.org> | 2022-09-23 02:07:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-23 02:07:09 +0100 |
commit | 082b7ba554418f4190c75e5383d6ba83b795a4e9 (patch) | |
tree | ed2c826a3cfc21879c7779f1e59b1587cb7b63bd /net-misc/mosh | |
parent | dev-python/libvirt-python: drop 7.10.0, 8.0.0, 8.1.0, 8.3.0, 8.4.0, 8.5.0 (diff) | |
download | gentoo-082b7ba554418f4190c75e5383d6ba83b795a4e9.tar.gz gentoo-082b7ba554418f4190c75e5383d6ba83b795a4e9.tar.bz2 gentoo-082b7ba554418f4190c75e5383d6ba83b795a4e9.zip |
net-misc/mosh: add missing zlib dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/mosh')
-rw-r--r-- | net-misc/mosh/mosh-1.3.2-r3.ebuild (renamed from net-misc/mosh/mosh-1.3.2-r2.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r3.ebuild index 4f8c1ca09ae2..bb82ed9190a5 100644 --- a/net-misc/mosh/mosh-1.3.2-r2.ebuild +++ b/net-misc/mosh/mosh-1.3.2-r3.ebuild @@ -19,14 +19,15 @@ REQUIRED_USE=" examples? ( client )" RDEPEND=" - dev-libs/protobuf:0= - sys-libs/ncurses:0= + dev-libs/protobuf:= + sys-libs/ncurses:= + sys-libs/zlib virtual/ssh client? ( dev-lang/perl dev-perl/IO-Tty ) - dev-libs/openssl:0= + dev-libs/openssl:= utempter? ( sys-libs/libutempter )" |