From 31afa40caa04627a1e353fdbd0b82cd81e3b852f Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 1 May 2021 00:44:59 +0300 Subject: app-crypt/tc-play: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- app-crypt/tc-play/tc-play-2.0-r1.ebuild | 7 +++---- 1 file 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}" -- cgit v1.2.3-65-gdbad