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 94645138334 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 60CAEE09F5; 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 36DF5E09F5 for ; Sat, 5 Jan 2019 19:39:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1A7A7335D06 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 6D114502 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: <1546717171.8c3d7710d03a0622a78d24279f83a28ebb818bbd.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-9999.ebuild X-VCS-Directories: net-misc/mosh/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 8c3d7710d03a0622a78d24279f83a28ebb818bbd 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: 3eb4a59d-87ae-47c2-bb93-2b92a072df33 X-Archives-Hash: c60655840586e924c3b791f9324a7546 commit: 8c3d7710d03a0622a78d24279f83a28ebb818bbd Author: Patrick McLean sony com> AuthorDate: Sat Jan 5 19:39:31 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sat Jan 5 19:39:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3d7710 net-misc/mosh: Add libressl USE flag to 9999 ebuild 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-9999.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild index a6ff3df93fa..e01550c4183 100644 --- a/net-misc/mosh/mosh-9999.ebuild +++ b/net-misc/mosh/mosh-9999.ebuild @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/keithw/mosh.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="+client examples +mosh-hardening +server ufw +utempter" +IUSE="+client examples libressl +mosh-hardening +server ufw +utempter" REQUIRED_USE=" || ( client server ) @@ -27,6 +27,12 @@ RDEPEND=" dev-lang/perl dev-perl/IO-Tty ) + libressl? ( + dev-libs/libressl:0= + ) + !libressl? ( + dev-libs/openssl:0= + ) utempter? ( sys-libs/libutempter )"