commit: 167848f3aeba312cfdc12bb812ecd21656981231
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 31 17:08:40 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 17:21:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167848f3
app-text/gtranslator: Needs libgda5 with http USE disabled
This was probably overlooked in the past due to not having "http" USE enabled
for libgda5. If it is enabled, it will load libsoup2.4 symbols and the app
will die with:
libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is
not supported
We need then to ensure that libgda5 does not load libsoup2 symbols and,
probably, try to finally package libgda6 (even if I see that upstream did not
tagged any newer version).
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-text/gtranslator/gtranslator-48.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/gtranslator/gtranslator-48.0.ebuild
b/app-text/gtranslator/gtranslator-48.0.ebuild
index a5b5af06223a..71873f598621 100644
--- a/app-text/gtranslator/gtranslator-48.0.ebuild
+++ b/app-text/gtranslator/gtranslator-48.0.ebuild
@@ -16,7 +16,7 @@ DEPEND="
>=dev-libs/glib-2.71.3:2
>=gui-libs/gtk-4.12.0:4
>=gui-libs/libadwaita-1.6_alpha
- gnome-extra/libgda:5=
+ gnome-extra/libgda:5=[-http]
gnome-base/gsettings-desktop-schemas
>=gui-libs/gtksourceview-5.4.0:5
>=dev-libs/libxml2-2.4.12:2=