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 C4380138335 for ; Sat, 5 Jan 2019 19:39:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F108E09F6; Sat, 5 Jan 2019 19:39:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 74CA6E09F6 for ; Sat, 5 Jan 2019 19:39:43 +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 C2376335D26 for ; Sat, 5 Jan 2019 19:39:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 585F24E5 for ; Sat, 5 Jan 2019 19:39:39 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1546717083.a4a21af471d799468f64c6db4f5280a9838fb7e6.chutzpah@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.3.2.ebuild X-VCS-Directories: net-misc/mosh/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: a4a21af471d799468f64c6db4f5280a9838fb7e6 X-VCS-Branch: master Date: Sat, 5 Jan 2019 19:39:39 +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: 9091ec09-ab8c-4924-b9b2-150d4c078035 X-Archives-Hash: 297c36434e6dd537ab81602b51796262 commit: a4a21af471d799468f64c6db4f5280a9838fb7e6 Author: Patrick McLean sony com> AuthorDate: Sat Jan 5 19:38:03 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sat Jan 5 19:38:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a21af4 net-misc/mosh: Add libressl USE flag to 1.3.2 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Patrick McLean gentoo.org> net-misc/mosh/mosh-1.3.2.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild index 66a90294d78..eb607fe4305 100644 --- a/net-misc/mosh/mosh-1.3.2.ebuild +++ b/net-misc/mosh/mosh-1.3.2.ebuild @@ -12,14 +12,13 @@ SRC_URI="https://mosh.org/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="+client examples +mosh-hardening +server ufw +utempter" +IUSE="+client examples libressl +mosh-hardening +server ufw +utempter" REQUIRED_USE=" || ( client server ) examples? ( client )" RDEPEND=" - dev-libs/openssl:0= dev-libs/protobuf:0= sys-libs/ncurses:0= virtual/ssh @@ -27,6 +26,12 @@ RDEPEND=" dev-lang/perl dev-perl/IO-Tty ) + libressl? ( + dev-libs/libressl:0= + ) + !libressl? ( + dev-libs/openssl:0= + ) utempter? ( sys-libs/libutempter )"