mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user