summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-01-17 14:36:50 +0100
committerMichał Górny <mgorny@gentoo.org>2019-01-17 14:39:58 +0100
commitb7dae8bcb2d3aeac825419f2f4718ddd31d037ca (patch)
tree615485817821cfc3d0a7e9730dfa6184f8f4801a /net-libs
parentmedia-sound/gnome-music-3.24.2: lock to tracker-1 (diff)
downloadgentoo-b7dae8bcb2d3aeac825419f2f4718ddd31d037ca.tar.gz
gentoo-b7dae8bcb2d3aeac825419f2f4718ddd31d037ca.tar.bz2
gentoo-b7dae8bcb2d3aeac825419f2f4718ddd31d037ca.zip
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>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/glib-networking/glib-networking-2.54.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/glib-networking/glib-networking-2.54.1.ebuild b/net-libs/glib-networking/glib-networking-2.54.1.ebuild
index c97b040243b1..517a1b25e507 100644
--- a/net-libs/glib-networking/glib-networking-2.54.1.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.54.1.ebuild
@@ -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