commit: 7e79e0fd0d0a87927ca39281d21713ee674f02fd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 25 22:45:31 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 25 22:45:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e79e0fd
profiles: fix mask entry/message Previous full mask was eaten by editor(?) Bug: https://bugs.gentoo.org/715298 Bug: https://bugs.gentoo.org/789792 Bug: https://bugs.gentoo.org/629604 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 986dae32984..8ed8322dd46 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,9 +33,12 @@ #--- END OF EXAMPLES --- # Sam James <[email protected]> (2021-07-25) -# media-libs/ctl -# media-libs/openexr_ctl +# No activity upstream since 2014. Fails to build with GCC 11. +# Only one reverse dependency (media-libs/openexr_ctl) which +# is uninstallable. +# Removal on 2021-08-25. bug #789792, bug #715298. media-libs/ctl +media-libs/openexr_ctl # Michał Górny <[email protected]> (2021-07-25) # Conflicts with dev-python/pyxdg. Upstream is unwilling to resolve
