Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
Date: Wed, 02 Jan 2019 11:39:37
Message-Id: 1546429164.48e29155e2ef045740d2a6f7eee4620eefe9307e.jlec@gentoo
1 commit: 48e29155e2ef045740d2a6f7eee4620eefe9307e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 10:50:16 2019 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 11:39:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e29155
7
8 net-misc/mosh: Add missing dep
9
10 Closes: https://bugs.gentoo.org/669294
11 Package-Manager: Portage-2.3.53, Repoman-2.3.12
12 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
13
14 net-misc/mosh/mosh-1.2.6.ebuild | 3 ++-
15 net-misc/mosh/mosh-1.3.0.ebuild | 3 ++-
16 net-misc/mosh/mosh-1.3.2.ebuild | 3 ++-
17 net-misc/mosh/mosh-9999.ebuild | 3 ++-
18 4 files changed, 8 insertions(+), 4 deletions(-)
19
20 diff --git a/net-misc/mosh/mosh-1.2.6.ebuild b/net-misc/mosh/mosh-1.2.6.ebuild
21 index 0258c62a187..f51c7d11081 100644
22 --- a/net-misc/mosh/mosh-1.2.6.ebuild
23 +++ b/net-misc/mosh/mosh-1.2.6.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -19,6 +19,7 @@ REQUIRED_USE="
31 examples? ( client )"
32
33 RDEPEND="
34 + dev-libs/openssl:0=
35 dev-libs/protobuf:0=
36 sys-libs/ncurses:0=
37 virtual/ssh
38
39 diff --git a/net-misc/mosh/mosh-1.3.0.ebuild b/net-misc/mosh/mosh-1.3.0.ebuild
40 index 6998cb6bbd2..61fd42fd6e5 100644
41 --- a/net-misc/mosh/mosh-1.3.0.ebuild
42 +++ b/net-misc/mosh/mosh-1.3.0.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -19,6 +19,7 @@ REQUIRED_USE="
50 examples? ( client )"
51
52 RDEPEND="
53 + dev-libs/openssl:0=
54 dev-libs/protobuf:0=
55 sys-libs/ncurses:0=
56 virtual/ssh
57
58 diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
59 index 8e0a4705f40..66a90294d78 100644
60 --- a/net-misc/mosh/mosh-1.3.2.ebuild
61 +++ b/net-misc/mosh/mosh-1.3.2.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -19,6 +19,7 @@ REQUIRED_USE="
69 examples? ( client )"
70
71 RDEPEND="
72 + dev-libs/openssl:0=
73 dev-libs/protobuf:0=
74 sys-libs/ncurses:0=
75 virtual/ssh
76
77 diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
78 index 96d00779f30..a6ff3df93fa 100644
79 --- a/net-misc/mosh/mosh-9999.ebuild
80 +++ b/net-misc/mosh/mosh-9999.ebuild
81 @@ -1,4 +1,4 @@
82 -# Copyright 1999-2018 Gentoo Foundation
83 +# Copyright 1999-2019 Gentoo Authors
84 # Distributed under the terms of the GNU General Public License v2
85
86 EAPI=6
87 @@ -19,6 +19,7 @@ REQUIRED_USE="
88 examples? ( client )"
89
90 RDEPEND="
91 + dev-libs/openssl:0=
92 dev-libs/protobuf:0=
93 sys-libs/ncurses:0=
94 virtual/ssh