diff options
author | Justin Lecher <jlec@gentoo.org> | 2019-01-02 10:50:16 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2019-01-02 11:39:24 +0000 |
commit | 48e29155e2ef045740d2a6f7eee4620eefe9307e (patch) | |
tree | d89bfcc15d8666e95394d6a15450f49597f54fc1 /net-misc/mosh | |
parent | sci-libs/cholmod: fix metis dep (diff) | |
download | gentoo-48e29155e2ef045740d2a6f7eee4620eefe9307e.tar.gz gentoo-48e29155e2ef045740d2a6f7eee4620eefe9307e.tar.bz2 gentoo-48e29155e2ef045740d2a6f7eee4620eefe9307e.zip |
net-misc/mosh: Add missing dep
Closes: https://bugs.gentoo.org/669294
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-misc/mosh')
-rw-r--r-- | net-misc/mosh/mosh-1.2.6.ebuild | 3 | ||||
-rw-r--r-- | net-misc/mosh/mosh-1.3.0.ebuild | 3 | ||||
-rw-r--r-- | net-misc/mosh/mosh-1.3.2.ebuild | 3 | ||||
-rw-r--r-- | net-misc/mosh/mosh-9999.ebuild | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/mosh/mosh-1.2.6.ebuild b/net-misc/mosh/mosh-1.2.6.ebuild index 0258c62a187c..f51c7d11081c 100644 --- a/net-misc/mosh/mosh-1.2.6.ebuild +++ b/net-misc/mosh/mosh-1.2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ REQUIRED_USE=" examples? ( client )" RDEPEND=" + dev-libs/openssl:0= dev-libs/protobuf:0= sys-libs/ncurses:0= virtual/ssh diff --git a/net-misc/mosh/mosh-1.3.0.ebuild b/net-misc/mosh/mosh-1.3.0.ebuild index 6998cb6bbd20..61fd42fd6e5f 100644 --- a/net-misc/mosh/mosh-1.3.0.ebuild +++ b/net-misc/mosh/mosh-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ REQUIRED_USE=" examples? ( client )" RDEPEND=" + dev-libs/openssl:0= dev-libs/protobuf:0= sys-libs/ncurses:0= virtual/ssh diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild index 8e0a4705f404..66a90294d786 100644 --- a/net-misc/mosh/mosh-1.3.2.ebuild +++ b/net-misc/mosh/mosh-1.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ REQUIRED_USE=" examples? ( client )" RDEPEND=" + dev-libs/openssl:0= dev-libs/protobuf:0= sys-libs/ncurses:0= virtual/ssh diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild index 96d00779f301..a6ff3df93fa7 100644 --- a/net-misc/mosh/mosh-9999.ebuild +++ b/net-misc/mosh/mosh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ REQUIRED_USE=" examples? ( client )" RDEPEND=" + dev-libs/openssl:0= dev-libs/protobuf:0= sys-libs/ncurses:0= virtual/ssh |