Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 876804 - sys-apps/flatpak: Remove net-libs/libsoup dependency
Summary: sys-apps/flatpak: Remove net-libs/libsoup dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-11 22:14 UTC by Matt Turner
Modified: 2022-11-16 21:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2022-10-11 22:14:32 UTC
Upstream commit https://github.com/flatpak/flatpak/commit/aea92f39090453a1cb211a163a1bb2a76e30795b (in v1.13.3 and v1.14.0) added --with-curl which is on by default. With curl enabled, libsoup is not used.

Despite this, our flatpak ebuilds still depend unconditionally on libsoup:2.4 and not at all on curl.

Please depend on curl and drop the dependency on libsoup unless there's a compelling reason. We're trying to transition to libsoup:3.0.
Comment 1 Larry the Git Cow gentoo-dev 2022-10-12 00:43:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07192c0ac46d07ea085fb450c96c7cacf737fa8c

commit 07192c0ac46d07ea085fb450c96c7cacf737fa8c
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2022-10-12 00:39:42 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2022-10-12 00:42:24 +0000

    sys-apps/flatpak: drop libsoup dependency
    
    Closes: https://bugs.gentoo.org/876804
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 .../flatpak/{flatpak-1.14.0.ebuild => flatpak-1.14.0-r1.ebuild}    | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)