diff options
-rw-r--r-- | profiles/common/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index d4ba8ad1..4a221f10 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -98,7 +98,7 @@ USE="${USE} -python_targets_python3_7 -python_targets_python3_8 -python_targets_python3_9 - python_targets_python3_7" + python_targets_python3_8" # Setting PYTHON_SINGLE_TARGET is non functional, need to expand manually # First disable all of them, set enable needed one @@ -110,7 +110,7 @@ USE="${USE} -python_single_target_python3_7 -python_single_target_python3_8 -python_single_target_python3_9 - python_single_target_python3_7" + python_single_target_python3_8" # Setting RUBY_TARGETS is non functional, need to expand manually # First disable all of them, set enable needed one |