diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-01 00:44:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-01 00:49:12 +0300 |
commit | 31afa40caa04627a1e353fdbd0b82cd81e3b852f (patch) | |
tree | dd92f2c7cdff6bf8736ca4ef6424e9803d809874 /app-crypt/tc-play | |
parent | app-crypt/mit-krb5: remove libressl support (diff) | |
download | gentoo-31afa40caa04627a1e353fdbd0b82cd81e3b852f.tar.gz gentoo-31afa40caa04627a1e353fdbd0b82cd81e3b852f.tar.bz2 gentoo-31afa40caa04627a1e353fdbd0b82cd81e3b852f.zip |
app-crypt/tc-play: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-crypt/tc-play')
-rw-r--r-- | app-crypt/tc-play/tc-play-2.0-r1.ebuild | 7 |
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}" |