diff options
Diffstat (limited to 'profiles')
-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 |