summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-06-02 22:40:09 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-06-02 23:06:11 +0100
commit907fd17a162c156acef79291cdd1aad8f388f3e7 (patch)
tree4af872b7500d5e792e36b63370d3f374c588ff42
parentnet-p2p/c-lightning: remove old (diff)
downloadportage-907fd17a162c156acef79291cdd1aad8f388f3e7.tar.xz
profiles: use default python
-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