From 907fd17a162c156acef79291cdd1aad8f388f3e7 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 2 Jun 2021 22:40:09 +0100 Subject: profiles: use default python --- profiles/bootstrap/make.defaults | 4 ---- profiles/bootstrap/package.use | 2 -- profiles/common/make.defaults | 22 ---------------------- 3 files changed, 28 deletions(-) (limited to 'profiles') diff --git a/profiles/bootstrap/make.defaults b/profiles/bootstrap/make.defaults index 3ed1b0f9..bfe4c043 100644 --- a/profiles/bootstrap/make.defaults +++ b/profiles/bootstrap/make.defaults @@ -15,7 +15,3 @@ FEATURES="${FEATURES} distlocks ebuild-locks" FEATURES="${FEATURES} parallel-fetch" FEATURES="${FEATURES} fixlafiles" FEATURES="${FEATURES} xattr" - -# TMP -USE="-* python_targets_python3_6" - diff --git a/profiles/bootstrap/package.use b/profiles/bootstrap/package.use index aeba8ec2..d8ce4ca0 100644 --- a/profiles/bootstrap/package.use +++ b/profiles/bootstrap/package.use @@ -1,6 +1,4 @@ #*/* -* -#*/* PYTHON_SINGLE_TARGET: python3_6 -#*/* PYTHON_TARGETS: python3_6 app-admin/sudo offensive pam app-arch/tar acl diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index d82287c0..ed54d305 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -88,28 +88,6 @@ USE_EXPAND="TARGET" # To keep in sync 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" profiles/desc/${W}.desc | sort -USE="${USE} - -python_targets_pypy3 - -python_targets_python2_7 - -python_targets_python3_7 - -python_targets_python3_8 - -python_targets_python3_9 - python_targets_python3_8" - -# 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" profiles/desc/${W}.desc | sort -USE="${USE} - -python_single_target_pypy3 - -python_single_target_python2_7 - -python_single_target_python3_7 - -python_single_target_python3_8 - -python_single_target_python3_9 - python_single_target_python3_8" - # Setting RUBY_TARGETS is non functional, need to expand manually # First disable all of them, set enable needed one # W=ruby_targets ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" profiles/desc/${W}.desc | sort -- cgit v1.2.3