diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/common/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index de424265..b96f97f0 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -104,6 +104,7 @@ USE="${USE} -python_targets_python3_6 -python_targets_python3_7 -python_targets_python3_8 + -python_targets_python3_9 python_targets_python3_7" # Setting PYTHON_SINGLE_TARGET is non functional, need to expand manually @@ -115,6 +116,7 @@ USE="${USE} -python_single_target_python3_6 -python_single_target_python3_7 -python_single_target_python3_8 + -python_single_target_python3_9 python_single_target_python3_7" # Setting RUBY_TARGETS is non functional, need to expand manually |