From 30bcbca2fa877992d30b6f31e67b6246b7e25d6a Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 23 Jan 2021 21:49:37 +0000 Subject: profiles/common: refresh PYTHON_TARGETS and PYTHON_SINGLE_TARGET --- profiles/common/make.defaults | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'profiles') 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 -- cgit v1.2.3