summaryrefslogtreecommitdiff
path: root/profiles/enlightenment
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-09-03 22:03:43 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2016-09-04 00:07:42 +0100
commit7359bbb7e80d0302bdf5671e65730578efc6bb94 (patch)
tree4d1fa75f1d53b9035482ae67806ca013fa558fc5 /profiles/enlightenment
parentx11-themes/terminology-pikalogy: Move to EAPI 6 (diff)
downloadportage-7359bbb7e80d0302bdf5671e65730578efc6bb94.tar.xz
profiles: Drop python3_3 since it is now masked
Diffstat (limited to 'profiles/enlightenment')
-rw-r--r--profiles/enlightenment/build/build-dependencies/make.defaults7
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/enlightenment/build/build-dependencies/make.defaults b/profiles/enlightenment/build/build-dependencies/make.defaults
index cde4673f..1ad00ce4 100644
--- a/profiles/enlightenment/build/build-dependencies/make.defaults
+++ b/profiles/enlightenment/build/build-dependencies/make.defaults
@@ -61,10 +61,13 @@ USE="${USE} expat xml"
# 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
-PYTHON_TARGETS="python2_7 python3_3 python3_4 python3_5"
+PYTHON_TARGETS="python2_7 python3_4 python3_5"
USE="${USE}
+ -python_targets_jython2_7
+ -python_targets_pypy
+ -python_targets_pypy3
python_targets_python2_7
- python_targets_python3_3
+ -python_targets_python3_3
python_targets_python3_4
python_targets_python3_5"