diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 19:49:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 19:49:52 +0300 |
commit | acfaf50b881992a77c09a0a113433396f60b61b1 (patch) | |
tree | 4c1d8262805426832648424252881776e536273d /net-p2p | |
parent | net-p2p/ctorrent: remove libressl support (diff) | |
download | gentoo-acfaf50b881992a77c09a0a113433396f60b61b1.tar.gz gentoo-acfaf50b881992a77c09a0a113433396f60b61b1.tar.bz2 gentoo-acfaf50b881992a77c09a0a113433396f60b61b1.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>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild | 9 |
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}" |