commit:     8c3d7710d03a0622a78d24279f83a28ebb818bbd
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Sat Jan  5 19:39:31 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> 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 <chutzpah <AT> 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
        )"

Reply via email to