profiles: hard mask python3 use flags, add 3.5 to the list

This seems less clunky than editing $BOOTSTRAP_USE.

3.2 is no longer in portage while 3.5 is coming so update the versions.
This commit is contained in:
Michael Marineau 2016-12-28 15:00:31 -08:00
parent e541606998
commit 39940dad6f
2 changed files with 9 additions and 7 deletions

View File

@ -39,13 +39,6 @@ USE="${USE} seccomp"
# Set SELinux policy
POLICY_TYPES="targeted mcs mls"
# Override upstream's python settings
USE="$USE python_targets_python2_7 python_single_target_python2_7"
USE="$USE -python_targets_python3_2 -python_single_target_python3_2"
USE="$USE -python_targets_python3_3 -python_single_target_python3_3"
BOOTSTRAP_USE="$BOOTSTRAP_USE -python_targets_python3_2"
BOOTSTRAP_USE="$BOOTSTRAP_USE -python_targets_python3_3"
# Disable packages or optional features with distribution issues.
ACCEPT_RESTRICT="* -bindist -mirror"
USE="${USE} bindist"

View File

@ -1 +1,10 @@
# Never enable experimental code
kdbus
# Block python3 for now
python_targets_python3_3
python_targets_python3_4
python_targets_python3_5
python_single_target_python3_3
python_single_target_python3_4
python_single_target_python3_5