summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/tmate/tmate-2.3.1.ebuild')
-rw-r--r--app-misc/tmate/tmate-2.3.1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-misc/tmate/tmate-2.3.1.ebuild b/app-misc/tmate/tmate-2.3.1.ebuild
index bdddbdf93b17..7386182a40c9 100644
--- a/app-misc/tmate/tmate-2.3.1.ebuild
+++ b/app-misc/tmate/tmate-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="https://tmate.io/"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug libressl static-libs"
+IUSE="debug static-libs"
SRC_URI="https://github.com/tmate-io/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -21,8 +21,7 @@ RDEPEND="
dev-libs/libevent[static-libs?]
dev-libs/msgpack[static-libs?]
>=net-libs/libssh-0.6.0[static-libs?]
- !libressl? ( dev-libs/openssl:0=[static-libs?] )
- libressl? ( dev-libs/libressl:0=[static-libs?] )
+ dev-libs/openssl:0=[static-libs?]
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"