net-misc/mosh: Add libressl USE flag to 9999 ebuild
authorPatrick McLean <patrick.mclean@sony.com>
Sat, 5 Jan 2019 19:39:31 +0000 (11:39 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Sat, 5 Jan 2019 19:39:31 +0000 (11:39 -0800)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
net-misc/mosh/mosh-9999.ebuild

index a6ff3df93fa784753720f14f59dd4db778509705..e01550c41834635d9b14ca35447e71d779ccd0ca 100644 (file)
@@ -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
        )"