commit: c608223753ac657edaea886a5f63944416bc28cc Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Oct 7 17:59:44 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Oct 7 18:03:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6082237
profiles/base: mask USE=webkit for media-gfx/gthumb Disable USE=webkit for gthumb to eliminate its dependency on the old libsoup2 slot of webkit-gtk. Eventually the flag can be dropped from the ebuild, but let's see if this causes any riots first. Bug: https://bugs.gentoo.org/893700 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/base/package.use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 5fbb9753e256..72294300a0cb 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -3,6 +3,13 @@ # New entries go on top. +# Michael Orlitzky <[email protected]> (2024-10-07) +# Disable "webservices" support for gthumb because it pulls in the old +# libsoup2 slot of webkit-gtk. Upstream hasn't really budged on this in +# over two years. Fedora has disabled webservices support already, and +# that makes it OK if we do it too, right? Bug 893700. +media-gfx/gthumb webkit + # Volkmar W. Pogatzki <[email protected]> (2024-09-21) # openjfx for OpenJDK 23 is not yet available. dev-java/openjdk:23 javafx
