summaryrefslogtreecommitdiff
path: root/app-crypt/tc-play/tc-play-2.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/tc-play/tc-play-2.0-r1.ebuild')
-rw-r--r--app-crypt/tc-play/tc-play-2.0-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-crypt/tc-play/tc-play-2.0-r1.ebuild b/app-crypt/tc-play/tc-play-2.0-r1.ebuild
index e0576be90fa5..b8022d5f11a9 100644
--- a/app-crypt/tc-play/tc-play-2.0-r1.ebuild
+++ b/app-crypt/tc-play/tc-play-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/bwalex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="gnutls libressl"
+IUSE="gnutls"
DEPEND="
dev-libs/libgpg-error
@@ -21,8 +21,7 @@ DEPEND="
dev-libs/libgcrypt:0
gnutls? ( net-libs/gnutls )
!gnutls? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
)"
RDEPEND="${DEPEND}"