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-proxy/mitmproxy/
Date: Sun, 02 May 2021 12:37:13
Message-Id: 1619958882.9927f76a42acf506132ba1a927157eae6a79cb63.zlogene@gentoo
1 commit: 9927f76a42acf506132ba1a927157eae6a79cb63
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 12:34:42 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 12:34:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9927f76a
7
8 net-proxy/mitmproxy: 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-proxy/mitmproxy/mitmproxy-6.0.2.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/net-proxy/mitmproxy/mitmproxy-6.0.2.ebuild b/net-proxy/mitmproxy/mitmproxy-6.0.2.ebuild
17 index 19fef3485ee..03adf19a050 100644
18 --- a/net-proxy/mitmproxy/mitmproxy-6.0.2.ebuild
19 +++ b/net-proxy/mitmproxy/mitmproxy-6.0.2.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/mitmproxy/mitmproxy/archive/v${PV}.tar.gz -> ${P}.ta
21 LICENSE="MIT"
22 SLOT="0"
23 KEYWORDS="amd64 ~arm64 ~x86"
24 -IUSE="libressl test"
25 +IUSE="test"
26
27 RDEPEND="
28 >=app-arch/brotli-1.0.0[python,${PYTHON_USEDEP}]
29 @@ -43,8 +43,7 @@ RDEPEND="
30 >=dev-python/urwid-2.1.1[${PYTHON_USEDEP}]
31 >=dev-python/wsproto-1.0.0[${PYTHON_USEDEP}]
32 >=dev-python/zstandard-0.11.0[${PYTHON_USEDEP}]
33 - !libressl? ( dev-libs/openssl:0 )
34 - libressl? ( >=dev-libs/libressl-3.2.0:0 )
35 + dev-libs/openssl:0
36 "
37
38 DEPEND="${RDEPEND}