diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-24 22:41:00 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:18:58 +0100 |
commit | 825f6f7e08be64bc5aaae594d372016d3c872dac (patch) | |
tree | 155f407aee8f76081cb8bb01ff8efbbeec93c988 /profiles | |
parent | profiles/common: disable cdr USE flag (diff) | |
download | portage-825f6f7e08be64bc5aaae594d372016d3c872dac.tar.xz |
profiles/common: refresh python targets
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 |