commit: eb46c9a108c52975c27fcbb962962b26e862854d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri May 31 08:00:38 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri May 31 08:00:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb46c9a1
profiles: base: pyside2, shiboken2 don't support >=py3_12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/base/package.use | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index bcf382eb7323..96701b3e118b 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -5,6 +5,8 @@ # 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 +dev-python/pyside2 python_targets_python3_11 +dev-python/shiboken2 python_targets_python3_11 # Arthur Zamarin <[email protected]> (2024-03-23) # Used by pkgcheck, so let's make it easier for all developers to install it
