commit: 13db4c35a058cf8efb377653658e8a0c49987fd0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Nov 22 07:35:52 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Dec 12 21:31:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13db4c35
profiles: Do not enable media-libs/libpng[apng] patches by default The APNG patches were rejected upstream and are known to break WebKit with no trivial fix in perspective. Stop enabling them by default, as Mozilla products now default to using bundled libpng. See-also: https://gitweb.gentoo.org/sites/projects/council.git/tree/meeting-logs/20211212.txt#n98 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/23005 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/targets/desktop/package.use | 4 ---- 1 file changed, 4 deletions(-) diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index dcdced93f384..096a7a7aa761 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -69,10 +69,6 @@ dev-python/PyQt5 gui multimedia network printsupport widgets # and the X flag is enabled by default in the desktop profile x11-libs/libxcb xkb -# Samuli Suominen <[email protected]> (2011-09-27) -# Required by mozilla browsers wrt #372419 -media-libs/libpng apng - # Samuli Suominen <[email protected]> (2010-12-19) # gudev, required by freedesktop.org udev helpers like udisks and upower # introspection, exception, enabled from here instead of ebuild to skip extra deps for a system package
