commit:     f1c46319317d32c42fb7b7636f01cd03505a1121
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sun Nov  8 10:13:34 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 12:02:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c46319

net-proxy/mitmproxy: Require at least LibreSSL 3.2.0

Closes: https://bugs.gentoo.org/753290
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/18180
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-proxy/mitmproxy/mitmproxy-5.3.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-proxy/mitmproxy/mitmproxy-5.3.0.ebuild 
b/net-proxy/mitmproxy/mitmproxy-5.3.0.ebuild
index 4b2fbaf868f..2809a55fe10 100644
--- a/net-proxy/mitmproxy/mitmproxy-5.3.0.ebuild
+++ b/net-proxy/mitmproxy/mitmproxy-5.3.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/mitmproxy/mitmproxy/archive/v${PV}.tar.gz -> ${P}.ta
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
+IUSE="libressl test"
 
 RDEPEND="
        >=app-arch/brotli-1.0.0[python,${PYTHON_USEDEP}]
@@ -43,6 +43,8 @@ RDEPEND="
        >=dev-python/urwid-2.1.1[${PYTHON_USEDEP}]
        >=dev-python/wsproto-0.14.0[${PYTHON_USEDEP}]
        >=dev-python/zstandard-0.11.0[${PYTHON_USEDEP}]
+       !libressl? ( dev-libs/openssl:0 )
+       libressl? ( >=dev-libs/libressl-3.2.0:0 )
 "
 
 DEPEND="${RDEPEND}

Reply via email to