commit:     31afa40caa04627a1e353fdbd0b82cd81e3b852f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 21:44:59 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 21:49:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31afa40c

app-crypt/tc-play: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 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 e0576be90fa..b8022d5f11a 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}"
 

Reply via email to