We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8cbec3 + dd1c7e6 commit ce6d362Copy full SHA for ce6d362
ansible/playbooks/roles/compatibility_layer/defaults/main.yml
@@ -32,6 +32,9 @@ prefix_unmask_packages: |
32
prefix_bootstrap_use_flags: |
33
# make sure that gold linker is installed with binutils
34
sys-devel/binutils gold
35
+ # only install Python 3.11
36
+ */* PYTHON_TARGETS: -* python3_11
37
+ */* PYTHON_SINGLE_TARGET: -* python3_11
38
prefix_use_builtin_bootstrap: false
39
prefix_custom_bootstrap_script:
40
local: "{{ playbook_dir }}/../../bootstrap-prefix.sh"
0 commit comments