commit: 8372cea6d936f3030b5471dcb4658594863859e0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 30 07:44:22 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 07:49:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8372cea6
package.mask: Mask broken importlib_metadata-3.9.0+ Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 5b087ba5334..6a93394ed9f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,11 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2021-03-30) +# Too strict entry_points.txt parsing causes revdeps to crash when +# dev-python/paste is installed. +>=dev-python/importlib_metadata-3.9 + # Craig Andrews <[email protected]> (2021-03-29) # Unmaintained upstream. # Project is also not useful due to changes in cryptocurrency mining.
