diff options
author | 2022-06-14 10:21:30 +0200 | |
---|---|---|
committer | 2022-06-14 14:43:01 +0200 | |
commit | 7668130ca9cdd12a3455af275b59297052baa775 (patch) | |
tree | 794f6301cc4bb33ef0e1fb530442647b74bd9e55 /profiles/base | |
parent | dev-libs/cxxtools: fix build with GCC 12; fix build with lld (diff) | |
download | gentoo-7668130ca9cdd12a3455af275b59297052baa775.tar.gz gentoo-7668130ca9cdd12a3455af275b59297052baa775.tar.bz2 gentoo-7668130ca9cdd12a3455af275b59297052baa775.zip |
profiles: base: dev-util/kdevelop-python:5 does not support >=py3_10
Bug: https://bugs.gentoo.org/835921
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index 77d07656fc52..137647598358 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <asturm@gentoo.org> +# Only python 3.9 supported, bug #835921 +dev-util/kdevelop-python:5 python_single_target_python3_9 + # Patrick McLean <chutzpah@gentoo.org) (2022-05-04) # Default to lua 5.4 (upstream requires 5.3 or higher) >=sys-cluster/ceph-17.2.0 lua_single_target_lua5-4 |