diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-01-23 21:49:37 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-01-23 21:49:37 +0000 |
commit | 30bcbca2fa877992d30b6f31e67b6246b7e25d6a (patch) | |
tree | b831ab587fa380064676ff0f96b1be0de05ec3a1 | |
parent | sys-kernel/stable-sources: remove old (diff) | |
download | portage-30bcbca2fa877992d30b6f31e67b6246b7e25d6a.tar.xz |
profiles/common: refresh PYTHON_TARGETS and PYTHON_SINGLE_TARGET
-rw-r--r-- | profiles/common/make.defaults | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index 4a221f10..8f8624c9 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -90,11 +90,10 @@ UNINSTALL_IGNORE="/var/run /var/lock" # Setting PYTHON_TARGETS is non functional, need to expand manually # First disable all of them, set enable needed one -# W=python_targets ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" /usr/portage/profiles/desc/${W}.desc | sort +# W=python_targets ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" profiles/desc/${W}.desc | sort USE="${USE} -python_targets_pypy3 -python_targets_python2_7 - -python_targets_python3_6 -python_targets_python3_7 -python_targets_python3_8 -python_targets_python3_9 @@ -102,11 +101,10 @@ USE="${USE} # Setting PYTHON_SINGLE_TARGET is non functional, need to expand manually # First disable all of them, set enable needed one -# W=python_single_target ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" /usr/portage/profiles/desc/${W}.desc | sort +# W=python_single_target ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" profiles/desc/${W}.desc | sort USE="${USE} -python_single_target_pypy3 -python_single_target_python2_7 - -python_single_target_python3_6 -python_single_target_python3_7 -python_single_target_python3_8 -python_single_target_python3_9 |