diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-09-15 18:22:24 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-09-15 22:55:36 +0300 |
commit | 391a2ecadad0386551b465eb380016d681ba2c32 (patch) | |
tree | f7abb91c149bb882cb92c160b8691f41a493fa8c /net-libs/libsoup | |
parent | net-libs/glib-networking: bump to 2.70_rc (diff) | |
download | gentoo-391a2ecadad0386551b465eb380016d681ba2c32.tar.gz gentoo-391a2ecadad0386551b465eb380016d681ba2c32.tar.bz2 gentoo-391a2ecadad0386551b465eb380016d681ba2c32.zip |
net-libs/libsoup:3.0: require newer glib-networking for working https
libsoup-2.99.x has code that depends on new interfaces added in glib-2.69,
which in turn don't really work when glib-networking isn't 2.69+ as well.
As we have a glib-networking PDEPEND, ensure things will work by raising
the minimum accordingly.
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-libs/libsoup')
-rw-r--r-- | net-libs/libsoup/libsoup-2.99.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libsoup/libsoup-2.99.9.ebuild b/net-libs/libsoup/libsoup-2.99.9.ebuild index 90bb1cbd1f23..be126cebc636 100644 --- a/net-libs/libsoup/libsoup-2.99.9.ebuild +++ b/net-libs/libsoup/libsoup-2.99.9.ebuild @@ -32,7 +32,7 @@ DEPEND=" samba? ( net-fs/samba ) " RDEPEND="${DEPEND} - >=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}] + >=net-libs/glib-networking-2.70_alpha[ssl?,${MULTILIB_USEDEP}] " BDEPEND=" dev-libs/glib |