summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-04-29 20:02:39 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-04-29 20:02:39 +0300
commitd5760d184728f62f5b80b5078eeace1f5668d79b (patch)
tree8fac5f59c256e30e477fb6f920158ae9486c1386 /net-misc
parentx11-plugins/pidgin-telegram: remove libressl support (diff)
downloadgentoo-d5760d184728f62f5b80b5078eeace1f5668d79b.tar.gz
gentoo-d5760d184728f62f5b80b5078eeace1f5668d79b.tar.bz2
gentoo-d5760d184728f62f5b80b5078eeace1f5668d79b.zip
net-misc/mosh: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/mosh/mosh-1.3.2.ebuild9
-rw-r--r--net-misc/mosh/mosh-9999.ebuild9
2 files changed, 4 insertions, 14 deletions
diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 97c1a5af6eb3..81f05b43d28b 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
+IUSE="+client examples +mosh-hardening +server ufw +utempter"
REQUIRED_USE="
|| ( client server )
@@ -26,12 +26,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
)"
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
)"