diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-09-18 23:48:11 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-09-18 23:52:41 -0400 |
commit | abc960d0681ed29ce7a4f1a066d0bc08ae6b811d (patch) | |
tree | d0522fa33a78429c7306f94187389a521cccd476 /profiles | |
parent | dev-python/zipp: Bump to 3.17.0 (diff) | |
download | gentoo-abc960d0681ed29ce7a4f1a066d0bc08ae6b811d.tar.gz gentoo-abc960d0681ed29ce7a4f1a066d0bc08ae6b811d.tar.bz2 gentoo-abc960d0681ed29ce7a4f1a066d0bc08ae6b811d.zip |
profiles: Force USE=gstreamer on webkit-gtk >= 2.42
Closes: https://bugs.gentoo.org/914362
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.force | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index e1cab4651ef9..5fe6a08970f6 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,13 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <mattst88@gentoo.org> (2023-09-18) +# Disabling gstreamer seems to be untested upstream and is often broken. +# The gstreamer dependencies are trivial in compile time and disk usage +# compared to webkit-gtk. +# Bugs #911663, #914362 +>=net-libs/webkit-gtk-2.42 gstreamer + # Alexey Sokolov <alexey+gentoo@asokolov.org> (2023-08-14) # OpenMW is only playtested with LuaJIT, and in fact unit tests fail with Lua-5. # Therefore apply mask/force to override the profile's defaults, and invert on |