net-libs/glib-networking: Require gnutls < 3.6 due to TLS 1.3 issues

Bug: https://bugs.gentoo.org/675252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-01-17 14:36:50 +01:00
parent 9da54d9833
commit b7dae8bcb2

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,7 +23,7 @@ RDEPEND="
>=net-libs/gnutls-3:=[pkcs11,${MULTILIB_USEDEP}] )
ssl? (
app-misc/ca-certificates
>=net-libs/gnutls-3:=[${MULTILIB_USEDEP}] )
<net-libs/gnutls-3.6:=[${MULTILIB_USEDEP}] )
"
DEPEND="${RDEPEND}
>=sys-devel/gettext-0.19.4