Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
Date: Fri, 23 Sep 2022 01:08:05
Message-Id: 1663895229.082b7ba554418f4190c75e5383d6ba83b795a4e9.sam@gentoo
1 commit: 082b7ba554418f4190c75e5383d6ba83b795a4e9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 01:07:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 01:07:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082b7ba5
7
8 net-misc/mosh: add missing zlib dep
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/mosh/{mosh-1.3.2-r2.ebuild => mosh-1.3.2-r3.ebuild} | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r3.ebuild
16 similarity index 94%
17 rename from net-misc/mosh/mosh-1.3.2-r2.ebuild
18 rename to net-misc/mosh/mosh-1.3.2-r3.ebuild
19 index 4f8c1ca09ae2..bb82ed9190a5 100644
20 --- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
21 +++ b/net-misc/mosh/mosh-1.3.2-r3.ebuild
22 @@ -19,14 +19,15 @@ REQUIRED_USE="
23 examples? ( client )"
24
25 RDEPEND="
26 - dev-libs/protobuf:0=
27 - sys-libs/ncurses:0=
28 + dev-libs/protobuf:=
29 + sys-libs/ncurses:=
30 + sys-libs/zlib
31 virtual/ssh
32 client? (
33 dev-lang/perl
34 dev-perl/IO-Tty
35 )
36 - dev-libs/openssl:0=
37 + dev-libs/openssl:=
38 utempter? (
39 sys-libs/libutempter
40 )"