Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/mktorrent/
Date: Fri, 30 Apr 2021 16:49:58
Message-Id: 1619801392.acfaf50b881992a77c09a0a113433396f60b61b1.zlogene@gentoo
1 commit: acfaf50b881992a77c09a0a113433396f60b61b1
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 16:49:26 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 16:49:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfaf50b
7
8 net-p2p/mktorrent: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild | 9 +++------
14 1 file changed, 3 insertions(+), 6 deletions(-)
15
16 diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
17 index bc2ff912f7c..4dcfd16cd96 100644
18 --- a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
19 +++ b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -19,13 +19,10 @@ fi
27
28 LICENSE="GPL-2+"
29 SLOT="0"
30 -IUSE="threads +ssl libressl debug"
31 +IUSE="threads +ssl debug"
32
33 RDEPEND="
34 - ssl? (
35 - !libressl? ( dev-libs/openssl:0= )
36 - libressl? ( dev-libs/libressl:0= )
37 - )
38 + ssl? ( dev-libs/openssl:0= )
39 "
40
41 DEPEND="${RDEPEND}"