commit: 082b7ba554418f4190c75e5383d6ba83b795a4e9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 01:07:09 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 01:07:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082b7ba5
net-misc/mosh: add missing zlib dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/mosh/{mosh-1.3.2-r2.ebuild => mosh-1.3.2-r3.ebuild} | 7 ++++---
1 file 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
similarity index 94%
rename from net-misc/mosh/mosh-1.3.2-r2.ebuild
rename to 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
)"