Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsoup/
Date: Wed, 15 Sep 2021 19:57:59
Message-Id: 1631735736.391a2ecadad0386551b465eb380016d681ba2c32.leio@gentoo
1 commit: 391a2ecadad0386551b465eb380016d681ba2c32
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 15 15:22:24 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 15 19:55:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391a2eca
7
8 net-libs/libsoup:3.0: require newer glib-networking for working https
9
10 libsoup-2.99.x has code that depends on new interfaces added in glib-2.69,
11 which in turn don't really work when glib-networking isn't 2.69+ as well.
12 As we have a glib-networking PDEPEND, ensure things will work by raising
13 the minimum accordingly.
14
15 Package-Manager: Portage-3.0.20, Repoman-3.0.2
16 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
17
18 net-libs/libsoup/libsoup-2.99.9.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/net-libs/libsoup/libsoup-2.99.9.ebuild b/net-libs/libsoup/libsoup-2.99.9.ebuild
22 index 90bb1cbd1f2..be126cebc63 100644
23 --- a/net-libs/libsoup/libsoup-2.99.9.ebuild
24 +++ b/net-libs/libsoup/libsoup-2.99.9.ebuild
25 @@ -32,7 +32,7 @@ DEPEND="
26 samba? ( net-fs/samba )
27 "
28 RDEPEND="${DEPEND}
29 - >=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}]
30 + >=net-libs/glib-networking-2.70_alpha[ssl?,${MULTILIB_USEDEP}]
31 "
32 BDEPEND="
33 dev-libs/glib