commit: 9cf7384c5426ed55c7aa5708c141f51aace477cd Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Jul 2 14:10:38 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Jul 2 14:10:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf7384c
profiles: mask bunch of py3.9-only packages Closes: https://github.com/gentoo/gentoo/pull/26201 Bug: https://bugs.gentoo.org/809524 Bug: https://bugs.gentoo.org/809527 Bug: https://bugs.gentoo.org/809530 Bug: https://bugs.gentoo.org/809533 Bug: https://bugs.gentoo.org/809833 Bug: https://bugs.gentoo.org/845729 Bug: https://bugs.gentoo.org/845816 Bug: https://bugs.gentoo.org/846017 Bug: https://bugs.gentoo.org/846200 Bug: https://bugs.gentoo.org/846203 Bug: https://bugs.gentoo.org/846206 Bug: https://bugs.gentoo.org/853844 Signed-off-by: David Seifert <soap <AT> gentoo.org> profiles/package.mask | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index add2eb649f10..2aede2385e5a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,20 @@ #--- END OF EXAMPLES --- +# David Seifert <[email protected]> (2022-07-02) +# Unmaintained, no response on bugs, stuck on python 3.9. If you +# want to unmask these, you have to at least port them to python 3.10. +# Bugs #809524, #809527, #809530, #809533, #809833, #845729, #845816, +# #846017, #846200, #846203, #846206, #853844, removal on 2022-08-01. +app-misc/siglo +dev-python/gatt-python +dev-python/pynput +media-libs/elgato-streamdeck +media-video/streamdeck-ui +net-wireless/jackit +net-wireless/kismet-rest +net-wireless/kismetdb + # Sam James <[email protected]> (2022-07-02) # Deprecated dependencies, no activity upstream. Bugs #845615, #796326. # Removal on 2022-08-02.
