From 8970855f743661d03b1b39ffa1825d7f5b7f8467 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Tue, 18 Nov 2025 23:02:00 +0000 Subject: [PATCH] profiles: Force USE=gstreamer on net-libs/webkit-gtk-2.50.1*:4.1 It currently fails to build without it. Bug: https://bugs.gentoo.org/965971 Signed-off-by: James Le Cuirot --- profiles/base/package.use.force | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 5ee5e2e152ef0..2d55857ecd146 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2025-11-18) +# Fails with gstreamer disabled (bug #965971) +=net-libs/webkit-gtk-2.50.1*:4.1 gstreamer + # Andreas Sturmlechner (2025-06-22) # This is currently more footgun than real option. Bug #958638