summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2019-01-05 11:39:31 -0800
committerPatrick McLean <chutzpah@gentoo.org>2019-01-05 11:39:31 -0800
commit8c3d7710d03a0622a78d24279f83a28ebb818bbd (patch)
tree4dc57deb0c8284f6d54dc613340b2a45b928b6dd /net-misc/mosh/mosh-9999.ebuild
parentnet-misc/mosh: Add libressl USE flag to 1.3.2 (diff)
downloadgentoo-8c3d7710d03a0622a78d24279f83a28ebb818bbd.tar.gz
gentoo-8c3d7710d03a0622a78d24279f83a28ebb818bbd.tar.bz2
gentoo-8c3d7710d03a0622a78d24279f83a28ebb818bbd.zip
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 <chutzpah@gentoo.org>
Diffstat (limited to 'net-misc/mosh/mosh-9999.ebuild')
-rw-r--r--net-misc/mosh/mosh-9999.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index a6ff3df93fa7..e01550c41834 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
)"