summaryrefslogtreecommitdiff
path: root/net-misc/mosh/mosh-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/mosh/mosh-9999.ebuild')
-rw-r--r--net-misc/mosh/mosh-9999.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index 96d00779f301..e01550c41834 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
@@ -12,13 +12,14 @@ 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 )
examples? ( client )"
RDEPEND="
+ dev-libs/openssl:0=
dev-libs/protobuf:0=
sys-libs/ncurses:0=
virtual/ssh
@@ -26,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
)"