commit: 177509c9474b191ae907e44259f37bd6cabd6d9d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu May 30 20:32:15 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri May 31 05:46:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177509c9
profiles: base: kdevelop-python, falkon-23.08.5 don't support >=py3_12 Bug: https://bugs.gentoo.org/929546 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/base/package.use | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index cf646b56fb24..bcf382eb7323 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2024-05-30) +# Only up to python 3.11 supported, bug #929546 +<dev-util/kdevelop-python-24.07.50:5 python_single_target_python3_11 +~www-client/falkon-23.08.5 python_single_target_python3_11 + # Arthur Zamarin <[email protected]> (2024-03-23) # Used by pkgcheck, so let's make it easier for all developers to install it >=dev-libs/tree-sitter-bash-0.21.0 python
