commit: 621fcfc17b82c1a0b8da6d9f208b90a12faa5f70 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Jan 14 11:16:15 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Jan 14 11:16:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621fcfc1
profiles: mask py3.8-only backports Signed-off-by: David Seifert <soap <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 89d5cb479917..803bf4a47069 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# David Seifert <[email protected]> (2023-01-14) +# Py3.8 only backports +dev-python/backports-tempfile +dev-python/backports-weakref +dev-python/backports-zoneinfo +dev-python/pkgutil_resolve_name + # Andreas Sturmlechner <[email protected]> (2023-01-10) # Unmaintained and reportedly broken by KDE Plasma 5.25 already. # Masking current stable version is the first step towards last-rites.
