mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-08 19:02:10 +01:00
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:
parent
e541606998
commit
39940dad6f
@ -39,13 +39,6 @@ USE="${USE} seccomp"
|
|||||||
# Set SELinux policy
|
# Set SELinux policy
|
||||||
POLICY_TYPES="targeted mcs mls"
|
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.
|
# Disable packages or optional features with distribution issues.
|
||||||
ACCEPT_RESTRICT="* -bindist -mirror"
|
ACCEPT_RESTRICT="* -bindist -mirror"
|
||||||
USE="${USE} bindist"
|
USE="${USE} bindist"
|
||||||
|
|||||||
@ -1 +1,10 @@
|
|||||||
|
# Never enable experimental code
|
||||||
kdbus
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user