profiles: Mask newer python versions

This changes comes together with the change made in portage-stable to
one of the python eclasses where we add support for python3 version
from 3.8 to 3.10. To make this change complete, we need to mask those
new versions, so building packages will not try to depend on python
version we haven't yet packaged.
This commit is contained in:
Krzesimir Nowak 2021-09-09 09:56:05 +02:00
parent 4391488894
commit 778986fbdb

View File

@ -4,6 +4,12 @@ kdbus
# We default to python 3.6 for now # We default to python 3.6 for now
python_targets_python3_7 python_targets_python3_7
python_single_target_python3_7 python_single_target_python3_7
python_targets_python3_8
python_single_target_python3_8
python_targets_python3_9
python_single_target_python3_9
python_targets_python3_10
python_single_target_python3_10
# Unmask selinux so it can be enabled selectively in package.use # Unmask selinux so it can be enabled selectively in package.use
-selinux -selinux