commit: acfaf50b881992a77c09a0a113433396f60b61b1
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 16:49:26 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 16:49:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfaf50b
net-p2p/mktorrent: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
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 bc2ff912f7c..4dcfd16cd96 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}"