From acfaf50b881992a77c09a0a113433396f60b61b1 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Fri, 30 Apr 2021 19:49:26 +0300 Subject: net-p2p/mktorrent: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild index bc2ff912f7c7..4dcfd16cd968 100644 --- a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild +++ b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,13 +19,10 @@ fi LICENSE="GPL-2+" SLOT="0" -IUSE="threads +ssl libressl debug" +IUSE="threads +ssl debug" RDEPEND=" - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + ssl? ( dev-libs/openssl:0= ) " DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad