commit: c50949246c59a960e6dadc9824fe7e5869509a92 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 22 12:40:13 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 22 12:41:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5094924
profiles/base: drop media-tv/kodi[system-ffmpeg force] The intent is good here, but it causes more harm-than-good. Kodi doesn't really keep up with latest ffmpeg at all so this just ends up holding back upgrades for people. Bug: https://bugs.gentoo.org/892547 Bug: https://bugs.gentoo.org/890375 Bug: https://bugs.gentoo.org/919856 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.force | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index bd0c560a5ae5..9a47d64fea28 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Michael Orlitzky <[email protected]> (2023-11-22) @@ -211,11 +211,6 @@ net-misc/netkit-bootparamd libtirpc sci-astronomy/esomidas libtirpc sys-cluster/glusterfs libtirpc -# David Seifert <[email protected]> (2017-03-07) -# Only ever use system ffmpeg, allow kodi bundled ffmpeg -# only for debug pruposes. -media-tv/kodi system-ffmpeg - # Maciej Mrozowski <[email protected]> (2016-09-01) # Workaround until resolved upstream (bug #586840) >=dev-games/simgear-2016.2.1 dns
