diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-10-07 13:59:44 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-10-07 14:03:30 -0400 |
commit | c608223753ac657edaea886a5f63944416bc28cc (patch) | |
tree | cfb8bbd8098efe2a53434a4dfd5b28389daaa2bc /profiles | |
parent | kde-plasma/xdg-desktop-portal-kde: drop 6.1.4 (diff) | |
download | gentoo-c608223753ac657edaea886a5f63944416bc28cc.tar.gz gentoo-c608223753ac657edaea886a5f63944416bc28cc.tar.bz2 gentoo-c608223753ac657edaea886a5f63944416bc28cc.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
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 <mjo@gentoo.org> (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 <gentoo@pogatzki.net> (2024-09-21) # openjfx for OpenJDK 23 is not yet available. dev-java/openjdk:23 javafx |