net-libs/glib-networking: Require gnutls < 3.6 due to TLS 1.3 issues
authorMichał Górny <mgorny@gentoo.org>
Thu, 17 Jan 2019 13:36:50 +0000 (14:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 17 Jan 2019 13:39:58 +0000 (14:39 +0100)
Bug: https://bugs.gentoo.org/675252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-libs/glib-networking/glib-networking-2.54.1.ebuild

index c97b040243b1dc29f9aba4dbde24589f23d28614..517a1b25e5075b88e8e835db52b68d40419482d2 100644 (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