From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F050F138335 for ; Wed, 2 Jan 2019 11:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 102E3E0AC9; Wed, 2 Jan 2019 11:39:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0B9EE0A68 for ; Wed, 2 Jan 2019 11:39:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6553335CFA for ; Wed, 2 Jan 2019 11:39:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7302A503 for ; Wed, 2 Jan 2019 11:39:33 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1546429164.48e29155e2ef045740d2a6f7eee4620eefe9307e.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/mosh/mosh-1.2.6.ebuild net-misc/mosh/mosh-1.3.0.ebuild net-misc/mosh/mosh-1.3.2.ebuild net-misc/mosh/mosh-9999.ebuild X-VCS-Directories: net-misc/mosh/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 48e29155e2ef045740d2a6f7eee4620eefe9307e X-VCS-Branch: master Date: Wed, 2 Jan 2019 11:39:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 446c7ae9-d85f-4054-9d96-ab2ee5e821ea X-Archives-Hash: c8d40e79887cfc9e22c7b7c95ca2f856 commit: 48e29155e2ef045740d2a6f7eee4620eefe9307e Author: Justin Lecher gentoo org> AuthorDate: Wed Jan 2 10:50:16 2019 +0000 Commit: Justin Lecher gentoo 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 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