summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/bootstrap/make.defaults4
-rw-r--r--profiles/bootstrap/package.use2
-rw-r--r--profiles/common/make.defaults22
3 files changed, 0 insertions, 28 deletions
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