diff options
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_single_target.desc | 3 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 3 | ||||
-rw-r--r-- | profiles/desc/ruby_targets.desc | 1 |
3 files changed, 1 insertions, 6 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 574d99eb6a5b..6f8f16d8d04f 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -4,10 +4,7 @@ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. python2_7 - Build for Python 2.7 only -python3_5 - Build for Python 3.5 only python3_6 - Build for Python 3.6 only python3_7 - Build for Python 3.7 only python3_8 - Build for Python 3.8 only -jython2_7 - Build for Jython 2.7 only -pypy - Build for PyPy only pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 4827da4af78f..7823e2baa42f 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -4,10 +4,7 @@ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. python2_7 - Build with Python 2.7 -python3_5 - Build with Python 3.5 python3_6 - Build with Python 3.6 python3_7 - Build with Python 3.7 python3_8 - Build with Python 3.8 -jython2_7 - Build with Jython 2.7 -pypy - Build with PyPy pypy3 - Build with PyPy3 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index 578805fb10f5..44fd69614bbc 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -10,3 +10,4 @@ ruby23 - Build with MRI Ruby 2.3.x ruby24 - Build with MRI Ruby 2.4.x ruby25 - Build with MRI Ruby 2.5.x ruby26 - Build with MRI Ruby 2.6.x +ruby27 - Build with MRI Ruby 2.7.x |