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.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index 35a74460f7c9..58c3c573a5fc 100644
--- a/net-misc/mosh/mosh-9999.ebuild
+++ b/net-misc/mosh/mosh-9999.ebuild
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/keithw/mosh.git"
LICENSE="GPL-3"
SLOT="0"
-IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
+IUSE="+client examples +mosh-hardening +server ufw +utempter"
REQUIRED_USE="
|| ( client server )
@@ -25,12 +25,7 @@ RDEPEND="
dev-lang/perl
dev-perl/IO-Tty
)
- libressl? (
- dev-libs/libressl:0=
- )
- !libressl? (
- dev-libs/openssl:0=
- )
+ dev-libs/openssl:0=
utempter? (
sys-libs/libutempter
)"