summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-04-30 19:49:26 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-04-30 19:49:52 +0300
commitacfaf50b881992a77c09a0a113433396f60b61b1 (patch)
tree4c1d8262805426832648424252881776e536273d
parentnet-p2p/ctorrent: remove libressl support (diff)
downloadgentoo-acfaf50b.tar.gz
gentoo-acfaf50b.tar.bz2
gentoo-acfaf50b.zip
net-p2p/mktorrent: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r--net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild9
1 files 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}"