summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-07-30 16:02:25 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-07-30 16:02:25 +0100
commit8b2ced6893b18285896d4854531c7969c14fb835 (patch)
tree513b52c1fbff78c23abf1830a6f50a0792415485 /profiles
parentprofiles/desktop: Bump app-crypt/keybase keyword (diff)
downloadportage-8b2ced6893b18285896d4854531c7969c14fb835.tar.xz
profiles/enlightenment/build: Add support for python3_7
Diffstat (limited to 'profiles')
-rw-r--r--profiles/enlightenment/build/native/make.defaults5
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/enlightenment/build/native/make.defaults b/profiles/enlightenment/build/native/make.defaults
index 3e5da770..10a8e676 100644
--- a/profiles/enlightenment/build/native/make.defaults
+++ b/profiles/enlightenment/build/native/make.defaults
@@ -61,7 +61,7 @@ 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_4 python3_5 python3_6"
+PYTHON_TARGETS="python2_7 python3_4 python3_5 python3_6 python3_7"
USE="${USE}
-python_targets_jython2_7
-python_targets_pypy
@@ -69,7 +69,8 @@ USE="${USE}
python_targets_python2_7
python_targets_python3_4
python_targets_python3_5
- python_targets_python3_6"
+ python_targets_python3_6
+ python_targets_python3_7"
# 06/12/2013 - beber
# Setting RUBY_TARGETS is non functional, need to expand manually