commit: bb7a26d4919296f4de238529f8f93d3217ae56bd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 20 14:52:39 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 20 14:59:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7a26d4
package.mask: Last rite packages needing Python 3.11 Bug: https://bugs.gentoo.org/921826 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ profiles/package.mask | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 4207dfd1a619..508226d5cc58 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # New entries go on top. +# Michał Górny <[email protected]> (2025-12-20) +# Needs last-rited dev-lang/julia. +kde-apps/cantor julia + # Sam James <[email protected]> (2025-12-07) # Needs not-yet-released GCC 16. dev-lang/python tail-call-interp diff --git a/profiles/package.mask b/profiles/package.mask index edd8cc438271..b1bd31a95a5a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,17 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2025-12-20) +# Packages that are missing Python 3.12+ support (or in case +# of dev-lang/julia, all versions are unkeyworded). +# Bug #921826. Removal on 2026-01-20. +dev-lang/julia +dev-libs/redland-bindings +dev-python/happybase +games-rpg/pokete +net-misc/pulseaudio-dlna +www-client/seamonkey + # Sam James <[email protected]> (2025-12-18) # Another change to multiprocessing broke Portage. >=sys-apps/portage-3.0.73-r2 # is fixed, but a fixed version of Portage must be running in order to safely
