commit: a23df26463cc3fbf503d2185f96387d8d9e37a19 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sat Jan 14 18:49:10 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Jan 14 18:49:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a23df264
profiles: mask packages with no supported python impl Fixes annoying errors during emerge --sync. Cleanup in 15 days Bug: https://bugs.gentoo.org/848285 Bug: https://bugs.gentoo.org/848315 Bug: https://bugs.gentoo.org/848321 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/package.mask | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index ee246afa9..b512b07e6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -14,6 +14,18 @@ # New entries go on top. +# Andrew Ammerlaan <[email protected]> (2023-01-14) +# Needs python_compat bump. Removal on 2023-01-29. +app-misc/ntfy +app-misc/telegram-send +dev-embedded/arachne-pnr +dev-embedded/icestorm +dev-python/pyinquirer +dev-python/recordclass +dev-python/ryu +games-fps/crispy-doom +media-gfx/memethesis-cli + # Anna Vyalkova <[email protected]> (2023-01-07) # Archived upstream. Use net-news/communique (actively maintained fork of # FeedReader) or any other app.
