commit: 48e29155e2ef045740d2a6f7eee4620eefe9307e Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Jan 2 10:50:16 2019 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Jan 2 11:39:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e29155
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 <AT> gentoo.org> net-misc/mosh/mosh-1.2.6.ebuild | 3 ++- net-misc/mosh/mosh-1.3.0.ebuild | 3 ++- net-misc/mosh/mosh-1.3.2.ebuild | 3 ++- 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 0258c62a187..f51c7d11081 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 6998cb6bbd2..61fd42fd6e5 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 8e0a4705f40..66a90294d78 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 96d00779f30..a6ff3df93fa 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
