diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-03 00:39:29 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 16:02:53 +0100 |
commit | 03e591938c9d9d44785c56126e26ce1eea2c83ed (patch) | |
tree | 55558ff2aa35341fdae75c1d4d49b1e8fcee555e /profiles/common | |
parent | dev-python/trezor: bump python dependency (diff) | |
download | portage-03e591938c9d9d44785c56126e26ce1eea2c83ed.tar.xz |
profiles/common: switch to python3_8
Diffstat (limited to 'profiles/common')
-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 |